Skip to content
Snippets Groups Projects
Commit 59a99fd6 authored by nimrod's avatar nimrod
Browse files

- Added clean target.

parent 3c29e51c
No related branches found
No related tags found
No related merge requests found
.PHONY: test
.PHONY: test clean
.testcerts:
mkdir -p .testcerts
......@@ -51,5 +51,6 @@ test: .testcerts/bundle.crt .testcerts/root.crt .testcerts/server.key
if [ -f .server.pid ] && [ -d "/proc/$$(cat .server.pid)" ]; then kill "$$(cat .server.pid)"; fi
rm -f .server.pid
clean:
- kill "$$(cat .server.pid)"
git clean -fdx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment