root/test/system/comet2_cmd/cmd_or_r_adr__s/Makefile

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

cmd: a.o

a.o: ../../../../as/cmd/OR/or_r_adr__s.casl
        ../../../../casl2 -O $<

clean: cleanobj

cleanobj:
        $(RM) a.o

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