X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2FMakefile;h=c7abd48cd33a2e24b047057619882b42211bd4c8;hp=76b6c0e83a5c513e820a0cfc5fca5cdadea0fc8d;hb=269dc2f6c836027e0be757cfcea7922292620390;hpb=886b03134f0e5aad0ed3c29ae8d4e7cfa785f808 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