Makefileの微修正
authorj8takagi <j8takagi@nifty.com>
Sun, 19 Dec 2010 15:25:15 +0000 (00:25 +0900)
committerj8takagi <j8takagi@nifty.com>
Sun, 19 Dec 2010 15:25:15 +0000 (00:25 +0900)
Makefile

index 5a4b7a2..d8e2f6a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,10 @@ check:
        @make -sC test/system
 
 doc:
-       @make -sC doc
+       make -sC doc
 
 clean:
-       @for target in src test/integration test/unit as/casl2lib; do $(MAKE) -sC $$target clean; done;
+       @make -sC src $@
+       @make -sC test/system $@
+       @make -sC test/unit $@
        @rm -f casl2 comet2 dumpword