Skip to content
Snippets Groups Projects
Commit 2aaad6fa authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Add cleanup rules

parent 2552063b
Branches
No related tags found
No related merge requests found
......@@ -14,3 +14,7 @@ sha512backup: hashbackup.py $(SOURCE_hashbackup) Makefile
.PHONY: test
test: all
$(MAKE) -C test test
.PHONY: clean
clean:
$(MAKE) -C test clean
......@@ -9,3 +9,6 @@ test: $(PYTESTS:%.py=%) $(SHTESTS:%.sh=%)
%: %.sh
./$<
.PHONY: clean
clean:
rm -f delete.me.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment