X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fhello%2FMakefile;h=305ee54fd2eb33ec61a5326b2fce91ec59a0f5b3;hp=43595e1b840362aeccd1ba72993170fd091dda1c;hb=eeed4083a8e5b52c3f6618bc78b64d991979a2c4;hpb=23048002396e07ddd6c572931028537f33f62daa diff --git a/test/integration/comet2/hello/Makefile b/test/integration/comet2/hello/Makefile index 43595e1..305ee54 100644 --- a/test/integration/comet2/hello/Makefile +++ b/test/integration/comet2/hello/Makefile @@ -1,6 +1,5 @@ include ../CMD.mk # YACASL2DIR, CASL2 ASDIR = $(YACASL2DIR)/as ASFILE = $(ASDIR)/hello.casl -COMET2FLAG = -td -M32 -EXECCMD = $(COMET2) $(COMET2FLAG) $(OBJFILE) +EXECCMD = $(COMET2) $(OBJFILE) include ../TEST.mk