diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| @@ -122,6 +122,9 @@ xexsplit: xexsplit.c xex.o  xexcat: xexcat.c xex.o get_address.o  	$(CC) $(CFLAGS) -o xexcat xexcat.c xex.o get_address.o +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 | 
