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

Add cleanup rules

parent 2552063b
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,7 @@ sha512backup: hashbackup.py $(SOURCE_hashbackup) Makefile ...@@ -14,3 +14,7 @@ sha512backup: hashbackup.py $(SOURCE_hashbackup) Makefile
.PHONY: test .PHONY: test
test: all test: all
$(MAKE) -C test test $(MAKE) -C test test
.PHONY: clean
clean:
$(MAKE) -C test clean
...@@ -9,3 +9,6 @@ test: $(PYTESTS:%.py=%) $(SHTESTS:%.sh=%) ...@@ -9,3 +9,6 @@ test: $(PYTESTS:%.py=%) $(SHTESTS:%.sh=%)
%: %.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