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