Makefileを修正
[YACASL2.git] / test / Makefile
diff --git a/test/Makefile b/test/Makefile
new file mode 100644 (file)
index 0000000..76b6c0e
--- /dev/null
@@ -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