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