X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=Makefile;h=e88b56faad67ae6d4634227cf62bb20bba5a3662;hp=df6cab7ac5f6e8a9b5cb93a040e6d50cac6ed585;hb=065d340f994652a9759c496b4c024e1f9a3a6783;hpb=782e7ca8648bd7d9ed6016a896a71ea2293e8719 diff --git a/Makefile b/Makefile index df6cab7..e88b56f 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ CMDFILES := casl2 comet2 dumpword casl2rev comet2monitor all: build INSTALL gtags -build: +build: version $(MAKE) -C src all @(for f in $(CMDFILES); do if test ! -e $$f -o src/$$f -nt $$f; then $(CP) src/$$f $$f; fi; done) @@ -63,6 +63,9 @@ check: smoke: $(MAKE) -sC test/system smoke +smoke-valgrind: + $(MAKE) -sC test/system smoke-valgrind + valgrind: $(MAKE) -sC test/system valgrind