root/test/system/comet2_err/err_208/Makefile

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

cmd: a.o teststr.txt

a.o: ../../../../as/err/err_208.casl
        ../../../../casl2 -O $<

clean: cleanobj

cleanobj:
        $(RM) a.o

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