1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-30 20:29:31 +00:00
xa65/xa/tests/ppdefines/Makefile

14 lines
88 B
Makefile
Raw Normal View History

XA=../../xa
all: test1 clean
clean:
rm a.o65
%:%.a65
${XA} $<
cmp a.o65 $@.o65