root/test/system/comet2_cmd/cmd_dc__c0/Makefile

/* [<][>][^][v][top][bottom][index][help] */
include ../Define.mk
include ../Test.mk

cmd: a.o

a.o: ../../../../as/cmd/DC/dc__c0.casl
        ../../../../casl2 -O $<

clean: cleanobj

cleanobj:
        $(RM) a.o

/* [<][>][^][v][top][bottom][index][help] */