バージョンアップ
[YACASL2.git] / test / Makefile
index 76b6c0e..862a4cc 100644 (file)
@@ -1,9 +1,12 @@
-clean: clean_systemtest clean_unittest
+.PHONY: systemtest clean system-clean unit-clean
 
-clean_systemtest:
-       @$(MAKE) -sC system/casl2 clean
-       @$(MAKE) -sC system/comet2 clean
-       @$(MAKE) -sC system/dumpword clean
+systemtest:
+       @$(MAKE) -sC system check
 
-clean_unittest:
+clean: systemtest-clean unittest-clean
+
+system-clean:
+       @$(MAKE) -sC system clean
+
+unit-clean:
        @$(MAKE) -sC unit clean