aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-05-13 15:47:13 -0700
committerMike Crute <mike@crute.us>2020-05-13 15:47:13 -0700
commitc414978de545c851e5e2ffcc531cd1066f70994a (patch)
tree8331efe2f1099d18418dfea7a3ec305e59201ef4 /Makefile
parenteb5a16c95f804334543281a426229cc6e415139b (diff)
downloadst-patched-c414978de545c851e5e2ffcc531cd1066f70994a.tar.bz2
st-patched-c414978de545c851e5e2ffcc531cd1066f70994a.tar.xz
st-patched-c414978de545c851e5e2ffcc531cd1066f70994a.zip
apply boxdraw patch
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 @@
4 4
5include config.mk 5include config.mk
6 6
7SRC = st.c x.c 7SRC = st.c x.c boxdraw.c
8OBJ = $(SRC:.c=.o) 8OBJ = $(SRC:.c=.o)
9 9
10all: options st 10all: options st
@@ -23,6 +23,7 @@ config.h:
23 23
24st.o: config.h st.h win.h 24st.o: config.h st.h win.h
25x.o: arg.h config.h st.h win.h 25x.o: arg.h config.h st.h win.h
26boxdraw.o: config.h st.h boxdraw_data.h
26 27
27$(OBJ): config.h config.mk 28$(OBJ): config.h config.mk
28 29