dumpwordコマンドで10進数/16進数を表す文字列が引数になるよう仕様変更
[YACASL2.git] / Makefile
index 21b5232..d7e61ee 100644 (file)
--- 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