diff options
Diffstat (limited to 'config/Makefile')
| -rw-r--r-- | config/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/Makefile b/config/Makefile new file mode 100644 index 0000000..98eb07f --- /dev/null +++ b/config/Makefile @@ -0,0 +1,11 @@ +all: config.xex + +config.xex: config.c exetrailer.s ../src/config.h + cl65 -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s + +test: + cl65 -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s + cl65 -t atari -C ../src/atari.cfg -o conftest.xex conftest.c + cat config.xex conftest.xex > autorun.sys + cp dos25_sd.atr test.atr + axe -w autorun.sys test.atr |
