summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2022-12-31 16:30:35 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2022-12-31 16:30:35 -0500
commit7c6ef5232de8d31a10e593882c29189c05296541 (patch)
tree6d173bd6bdd519139467ae5a723602e9134dd7cd /Makefile
parentc1a13da18e043a229cd08d9796ffd234c7311a86 (diff)
downloadst-7c6ef5232de8d31a10e593882c29189c05296541.tar.gz
Applied boxdraw + more repo cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 470ac86..6dfa212 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
include config.mk
-SRC = st.c x.c
+SRC = st.c x.c boxdraw.c
OBJ = $(SRC:.c=.o)
all: options st
@@ -23,6 +23,7 @@ config.h:
st.o: config.h st.h win.h
x.o: arg.h config.h st.h win.h
+boxdraw.o: config.h st.h boxdraw_data.h
$(OBJ): config.h config.mk