X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fsystem%2Fcomet2_opt%2Fopt_t%2FMakefile;h=5d6623ee1e0d66445a6ef16ce99c219068af5dee;hp=b6dac5949a479f75b7d039b24af5836e7c1be2df;hb=ce897094478335caf357601548af1b06cbad1188;hpb=d049a7198982beff6dbbe9eaf5c5c7cebbdc7237 diff --git a/test/system/comet2_opt/opt_t/Makefile b/test/system/comet2_opt/opt_t/Makefile index b6dac59..5d6623e 100644 --- a/test/system/comet2_opt/opt_t/Makefile +++ b/test/system/comet2_opt/opt_t/Makefile @@ -1,2 +1,7 @@ include ../Define.mk include ../Test.mk + +cmd: a.o + +a.o: ../../../../as/sample/sum_10.casl + ../../../../casl2 -O $<