diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |