X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fintegration%2FMakefile;h=b69657361fd49602c144ac96915450847036be76;hp=437eeb80c17bc1fef17f57f068a9fbb8ee2d8e37;hb=ed26c70ece2ab7c16d20275fe5dbb471bfe5a0b8;hpb=959c309bcf37cbb534aaa04f27ccfdb6c9453396 diff --git a/test/integration/Makefile b/test/integration/Makefile index 437eeb8..b696573 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -3,4 +3,4 @@ TARGETS = casl2 comet2 dumpword .PHONY: all all:$(TARGETS) %: $(YACASL2DIR)/% - $(MAKE) -C $@ + $(MAKE) -kC $@