From 8ca7c68e9e3baa4c0d17ffeaaee84ff351c104eb Mon Sep 17 00:00:00 2001
From: "B. Watson" <urchlay@slackware.uk>
Date: Wed, 24 Apr 2024 15:05:22 -0400
Subject: add blob2xex to .gitignore.

---
 .gitignore | 1 +
 Makefile   | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 969e7bc..7cd117e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ xexcat
 xexsplit
 xfd2atr
 xexamine
+blob2xex
diff --git a/Makefile b/Makefile
index 797eb81..07e84c3 100644
--- a/Makefile
+++ b/Makefile
@@ -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
 
-- 
cgit v1.2.3