X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2FMakefile;h=c7abd48cd33a2e24b047057619882b42211bd4c8;hb=e93fac80fa9e8b7062ef77219c22f338d84387f0;hp=76b6c0e83a5c513e820a0cfc5fca5cdadea0fc8d;hpb=f40343ba257b3ef619228d6cbae6d57c99bf85c0;p=YACASL2.git diff --git a/test/Makefile b/test/Makefile index 76b6c0e..c7abd48 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,9 +1,11 @@ -clean: clean_systemtest clean_unittest +.PHONY: clean systemtest-clean unittest-clean -clean_systemtest: +clean: systemtest-clean unittest-clean + +systemtest-clean: @$(MAKE) -sC system/casl2 clean @$(MAKE) -sC system/comet2 clean @$(MAKE) -sC system/dumpword clean -clean_unittest: +unittest-clean: @$(MAKE) -sC unit clean