diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-27 02:43:50 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-27 02:43:50 -0400 |
commit | 8fdeb2dfc85b7b3be7a952ca71e3e742c2588ef7 (patch) | |
tree | 8ae5e7dd5bf2ede0d56e308a9bfcc12dbd1f85f0 /Makefile | |
parent | eb5931167b60e44a8bdbcaf2e4b59e8112ac02b1 (diff) | |
download | bw-atari8-tools-8fdeb2dfc85b7b3be7a952ca71e3e742c2588ef7.tar.gz |
f2toxex: remove, rethought this and decided xexcat will do this job.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,9 +14,9 @@ CC=gcc CFLAGS=-Wall $(COPT) -ansi -D_GNU_SOURCE -DVERSION=\"$(VERSION)\" # BINS and SCRIPTS go in $BINDIR, DOCS go in $DOCDIR -BINS=a8eol xfd2atr atr2xfd blob2c cart2xex fenders xexsplit xexcat atrsize rom2cart unmac65 axe blob2xex xexamine f2toxex +BINS=a8eol xfd2atr atr2xfd blob2c cart2xex fenders xexsplit xexcat atrsize rom2cart unmac65 axe blob2xex xexamine SCRIPTS=dasm2atasm a8utf8 -MANS=a8eol.1 xfd2atr.1 atr2xfd.1 blob2c.1 cart2xex.1 fenders.1 xexsplit.1 xexcat.1 atrsize.1 rom2cart.1 unmac65.1 axe.1 dasm2atasm.1 a8utf8.1 blob2xex.1 xexamine.1 f2toxex.1 +MANS=a8eol.1 xfd2atr.1 atr2xfd.1 blob2c.1 cart2xex.1 fenders.1 xexsplit.1 xexcat.1 atrsize.1 rom2cart.1 unmac65.1 axe.1 dasm2atasm.1 a8utf8.1 blob2xex.1 xexamine.1 DOCS=README equates.inc *.dasm # All the programs share this version number... |