diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-23 04:56:11 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-23 04:56:11 -0400 |
| commit | 4a5f72a329f317d191eab143e92bfd492390c6db (patch) | |
| tree | 5989c32c5ac643fa4437d58fb80fbf7f39b422a5 /config/Makefile | |
| parent | 46d5295651afe341552327d049f10219dff46765 (diff) | |
| download | fujinet-chat-4a5f72a329f317d191eab143e92bfd492390c6db.tar.gz | |
Fix for recent cc65 git.
Diffstat (limited to 'config/Makefile')
| -rw-r--r-- | config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Makefile b/config/Makefile index 2e0fd05..6518ea7 100644 --- a/config/Makefile +++ b/config/Makefile @@ -3,7 +3,7 @@ all: config.xex #config.xex: config.c exetrailer.s ../src/config.h ../src/config.c config.xex: - cl65 -DVERSION='"$(VERSION)"' -Oris -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c + cl65 -DVERSION='"$(VERSION)"' -Oris -t atari -C ../src/atari.cfg -o config.xex config.c ../src/exehdr.s exetrailer.s ../src/config.c test: cl65 -Oris -t atari -C ../src/atari.cfg -o config.xex config.c exetrailer.s ../src/config.c |
