X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=Makefile;h=d7e61eea175db567e2cd9fbc76f0c55df84538c5;hp=21b5232661f39d8f3a9bc5b81b62e7856e2309de;hb=e07b6371cc8a59c6793a895e968ff2c6cf28181b;hpb=cc884e475afe3f48804b35336e68bce4088be61a 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