X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fcomet2_cmd%2Fcmd_sll__oz%2FMakefile;h=dadf9d1d82b1de32e14f7dd16e58c144ffe8b48c;hb=4425276f3b7d1191e3b5c2b0c4521115030dd279;hp=b6dac5949a479f75b7d039b24af5836e7c1be2df;hpb=473906d23322ef829ee8dad807895235d645981c;p=YACASL2.git diff --git a/test/system/comet2_cmd/cmd_sll__oz/Makefile b/test/system/comet2_cmd/cmd_sll__oz/Makefile index b6dac59..dadf9d1 100644 --- a/test/system/comet2_cmd/cmd_sll__oz/Makefile +++ b/test/system/comet2_cmd/cmd_sll__oz/Makefile @@ -1,2 +1,12 @@ include ../Define.mk include ../Test.mk + +cmd: a.o + +a.o: ../../../../as/cmd/SLL/sll__oz.casl + ../../../../casl2 -O $< + +clean: cleanobj + +cleanobj: + $(RM) a.o