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