mirror of
https://github.com/fachat/xa65.git
synced 2025-01-03 23:29:26 +00:00
a09aa0df40
parameters
14 lines
142 B
Makefile
14 lines
142 B
Makefile
|
|
XA=../../xa
|
|
|
|
all: test1 test2 test3 test4 test5 test6 test6a test6b test7 clean
|
|
|
|
clean:
|
|
rm a.o65
|
|
|
|
%:%.a65
|
|
${XA} -XC $<
|
|
cmp a.o65 $@.o65
|
|
|
|
|