makefile: add distclean target to test/unit/Makefile

This commit is contained in:
Miroslav Lichvar
2016-03-14 15:51:53 +01:00
parent 7b52c1578f
commit 5ca5d279d7
2 changed files with 4 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ clean:
rm -f *.o $(TESTS)
rm -rf .deps
distclean: clean
rm -f Makefile
.deps:
@mkdir .deps