aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-04-25 16:18:58 -0400
committerB. Watson <urchlay@slackware.uk>2024-04-25 16:18:58 -0400
commit93d9b2657514a1c198234e610de9a6483ab9f74f (patch)
tree743b4a46b4504f99c7f6476bf9c4afc2db6136b7 /Makefile
parent530b83e2736f1d4afeedd3bf99c8428da2adabf7 (diff)
downloadbw-atari8-tools-93d9b2657514a1c198234e610de9a6483ab9f74f.tar.gz
xexamine: add -s option (show only one segment).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9fb8a1d..0144efa 100644
--- a/Makefile
+++ b/Makefile
@@ -126,7 +126,7 @@ blob2xex: blob2xex.c get_address.o
$(CC) $(CFLAGS) -o blob2xex blob2xex.c xex.o get_address.o
# This is a work-in-progress, not ready yet.
-xexamine: xexamine.c xex.o
+xexamine: xexamine.c xex.o get_address.o
unmac65.xex: unmac65.c
@rm -f unmac65.o