diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-11 01:52:58 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-11 01:52:58 -0400 |
| commit | b05889cde25b565d0d0bfa0e72ad655b0394f0de (patch) | |
| tree | 6d3e40304184cdf613d38e9396bc3be86f01370a /config/Makefile | |
| parent | ced2f97c201def0356f0fa0601b3c7ad5fb71a6c (diff) | |
| download | fujinet-chat-b05889cde25b565d0d0bfa0e72ad655b0394f0de.tar.gz | |
Add config/* stuff.
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 |
