diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-11 08:26:28 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-11 08:26:28 -0400 |
| commit | 1315c7ba61567d853539b5e0d678f7a6435cef06 (patch) | |
| tree | 5375f51e8aeaea92731571c9837acf638ecd55bb /config/Makefile | |
| parent | 8072f3fe1244d5c3891bf4e93ed2b63ab2e2d111 (diff) | |
| download | fujinet-chat-1315c7ba61567d853539b5e0d678f7a6435cef06.tar.gz | |
Fix yn() in config, futz with alignment.
Diffstat (limited to 'config/Makefile')
| -rw-r--r-- | config/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/Makefile b/config/Makefile index a371135..65de826 100644 --- a/config/Makefile +++ b/config/Makefile @@ -3,11 +3,11 @@ all: config.xex #config.xex: config.c exetrailer.s ../src/config.h ../src/config.c config.xex: - cl65 -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c + cl65 -Oris -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c test: - cl65 -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c - cl65 -t atari -C ../src/atari.cfg -o conftest.xex conftest.c + cl65 -Oris -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c + cl65 -Oris -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 |
