Makefile: clean the test/ directory

This commit is contained in:
Grégoire Henry 2016-11-17 14:57:34 +01:00
parent 3b071cac46
commit ac7342a43d

View File

@ -4,6 +4,7 @@ all:
clean: clean:
${MAKE} -C src clean ${MAKE} -C src clean
${MAKE} -C test clean
.PHONY: test .PHONY: test
test: test: