root/test/system/comet2_err/err_202/Makefile

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

cmd: a.o

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

clean: cleanobj

cleanobj:
        rm -f a.o

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