From b05889cde25b565d0d0bfa0e72ad655b0394f0de Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 11 Mar 2026 01:52:58 -0400 Subject: Add config/* stuff. --- config/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config/Makefile (limited to 'config/Makefile') 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 -- cgit v1.2.3