X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fsystem%2Fcasl2rev%2Fio%2FMakefile;h=ced7c647814ac935e380b7585bf85b8f0c67fa18;hb=875ffa04ad421b5cac1ce48e8bf2090aefb009c9;hp=b6dac5949a479f75b7d039b24af5836e7c1be2df;hpb=170d5903618ef67fae20a54cac942ca8b8821f10;p=YACASL2.git diff --git a/test/system/casl2rev/io/Makefile b/test/system/casl2rev/io/Makefile index b6dac59..ced7c64 100644 --- a/test/system/casl2rev/io/Makefile +++ b/test/system/casl2rev/io/Makefile @@ -1,2 +1,7 @@ include ../Define.mk include ../Test.mk + +cmd: io.o + +io.o: ../../../../as/misc/io.casl + ../../../../casl2 -O$@ $<