From 93d9b2657514a1c198234e610de9a6483ab9f74f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 25 Apr 2024 16:18:58 -0400 Subject: xexamine: add -s option (show only one segment). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3