X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=Makefile;h=d8e2f6adefc22dc7900d74f2616da7b20a36a74e;hp=5a4b7a2efae00bd428034ec5326219dbaedde98b;hb=b22ffc2662e5fe300bfab3adb46ca97b5b630d8b;hpb=55d1da968d999e33238da299f933c70d95bcc66c diff --git a/Makefile b/Makefile index 5a4b7a2..d8e2f6a 100644 --- 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