diff options
| author | B. Watson <urchlay@slackware.uk> | 2024-04-24 15:05:22 -0400 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2024-04-24 15:05:22 -0400 | 
| commit | 8ca7c68e9e3baa4c0d17ffeaaee84ff351c104eb (patch) | |
| tree | ed97430d98ecd16b3b331f768cd41c07d24aa4dd | |
| parent | 1deab5d25136624f7e9a6d6446f5d218a243f56b (diff) | |
| download | bw-atari8-tools-8ca7c68e9e3baa4c0d17ffeaaee84ff351c104eb.tar.gz | |
add blob2xex to .gitignore.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 3 | 
2 files changed, 4 insertions, 0 deletions
| @@ -21,3 +21,4 @@ xexcat  xexsplit  xfd2atr  xexamine +blob2xex @@ -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 | 
