1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-17 20:29:32 +00:00
xa65/xa/attic/loader/Makefile
2023-11-19 21:24:38 +01:00

19 lines
298 B
Makefile

all: loader example test2 rom65
loader: loader.a65 file.def
../xa loader.a65 -o loader
clean:
rm -f loader test2 example a.o65 rom65
example: test.a
../xa -R test.a -o example
test2: test2.a
../xa test2.a -o test2
rom65: test.a
../mkrom.sh -O "-G" -S "-bd 1234" -R rom65 test.a test.a