X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=Makefile;h=d7e61eea175db567e2cd9fbc76f0c55df84538c5;hp=21b5232661f39d8f3a9bc5b81b62e7856e2309de;hb=4fe8479d27f535a0ff44c9f6ce270249934e980f;hpb=295dbb72582804dbceaa8078c1abe574c9772002 diff --git a/Makefile b/Makefile index 21b5232..d7e61ee 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ CLEANDIR = src test/integration test/unit all: make -C src check: - make -sC test/integration + @make -sC test/integration clean: @for target in $(CLEANDIR); do $(MAKE) -sC $$target clean; done install: all