X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=test%2Fsystem%2Fcomet2_smoke%2Fhello%2FMakefile;h=59bcd53129c9ed405a9e587777808c582a17e90f;hb=875ffa04ad421b5cac1ce48e8bf2090aefb009c9;hp=b6dac5949a479f75b7d039b24af5836e7c1be2df;hpb=473906d23322ef829ee8dad807895235d645981c;p=YACASL2.git diff --git a/test/system/comet2_smoke/hello/Makefile b/test/system/comet2_smoke/hello/Makefile index b6dac59..59bcd53 100644 --- a/test/system/comet2_smoke/hello/Makefile +++ b/test/system/comet2_smoke/hello/Makefile @@ -1,2 +1,12 @@ include ../Define.mk include ../Test.mk + +cmd: a.o + +a.o: ../../../../as/sample/hello.casl + ../../../../casl2 -O $< + +clean: objclean + +objclean: + $(RM) a.o