aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-08 15:24:18 +0200
committerMateja <mail@matejamaric.com>2021-04-08 15:40:20 +0200
commit081aa95b38c53b5a9ea47907496e0ff043fdffe3 (patch)
treec0be6daa9077c38ef68a545068b6704a4ede3fd4 /Makefile
parente9bb39d56fe9982b8a1b6e3f6864a10b4a35aa51 (diff)
downloadst-081aa95b38c53b5a9ea47907496e0ff043fdffe3.tar.gz
st-081aa95b38c53b5a9ea47907496e0ff043fdffe3.zip
Switched to Fira Code font and applied `boxdraw` patch.v1.1.0
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