1
0
mirror of https://github.com/fachat/xa65.git synced 2024-08-14 10:29:19 +00:00
xa65/xa/tests/ppdefines/Makefile
2012-08-17 13:50:00 +02:00

14 lines
116 B
Makefile

XA=../../xa
all: test1 test2 test3 test4 test5 clean
clean:
rm a.o65
%:%.a65
${XA} -XC $<
cmp a.o65 $@.o65