X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=as%2Fcasl2lib%2Ftest%2Fmull%2FMakefile;h=101bb077d6eefd209829f3952ce8c5954ae9ce4e;hp=77fb9a9659977ec522bcf1b0d60ac36a982eba8d;hb=7a360e7f77580a2504ed331c6b23c392bd62f4cc;hpb=93cee61e8fc0ddfb3f23469ad840f3e77067eb48 diff --git a/as/casl2lib/test/mull/Makefile b/as/casl2lib/test/mull/Makefile index 77fb9a9..101bb07 100644 --- a/as/casl2lib/test/mull/Makefile +++ b/as/casl2lib/test/mull/Makefile @@ -1,6 +1,7 @@ YACASL2DIR= ../../../.. CASL2 = $(YACASL2DIR)/casl2 +CASL2FLAG = -M640 LIBDIR = $(YACASL2DIR)/as/casl2lib ASFILE = mull.casl $(LIBDIR)/mull.casl $(LIBDIR)/outl.casl -CMD = $(CASL2) $(ASFILE) +CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) include $(YACASL2DIR)/test/integration/casl2/TEST.mk