X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=Makefile;h=a16c13cbf286245bd4e3e88202f34a8ae21afa62;hp=fae8d3aa1fea5dcf263a5e1b32e3c21939cabe84;hb=82bef944bbea18152df832c4d4d3e9e24cb23d43;hpb=3053e64d09d37f001077a8a04b29b394213d8b60 diff --git a/Makefile b/Makefile index fae8d3a..a16c13c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ clean src-clean gtags-clean \ test-clean doc-clean doc_inner-clean -CMD := casl2 comet2 dumpword +CMD := casl2 comet2 dumpword disassemble CAT := cat CP := cp @@ -32,8 +32,8 @@ VERSIONGITREF := $(shell $(GIT) show-ref -s --tags $(VERSION)) MASTERGITREF := $(shell $(GIT) show-ref -s refs/heads/master) VERSIONFILES = include/package.h \ - test/system/casl2/opt_v/0.txt \ - test/system/comet2/opt_v/0.txt \ + test/system/casl2_opt/opt_v/0.txt \ + test/system/comet2_opt/opt_v/0.txt \ test/system/dumpword/opt_v/0.txt all: build doc gtags