Commit 7113b09d authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add clean task

parent 9faf70dd
......@@ -16,3 +16,8 @@ test/data/test.git: test/data
test/data:
mkdir -p test/data
.PHONY: clean
clean:
rm -f gitlab-git-http-server
rm -rf test/data test/scratch
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment