X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2FMakefile;fp=test%2FMakefile;h=76b6c0e83a5c513e820a0cfc5fca5cdadea0fc8d;hb=f40343ba257b3ef619228d6cbae6d57c99bf85c0;hp=0000000000000000000000000000000000000000;hpb=ab8b8f03997a5bbb8051ad260406f2e8d4f8ff57;p=YACASL2.git diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..76b6c0e --- /dev/null +++ b/test/Makefile @@ -0,0 +1,9 @@ +clean: clean_systemtest clean_unittest + +clean_systemtest: + @$(MAKE) -sC system/casl2 clean + @$(MAKE) -sC system/comet2 clean + @$(MAKE) -sC system/dumpword clean + +clean_unittest: + @$(MAKE) -sC unit clean