summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-05-26 14:04:21 +0000
committerrafa_99 <rafa99@protonmail.com>2020-05-26 14:04:21 +0000
commit93f5e5a6493904d7680dce12adb36c70b097431c (patch)
treed1fe248ea27686946a447d69b464b01707a6b0ed /Makefile
parentfa8dabacbd6f78ae3c756e6cee5da204de7a70d7 (diff)
Bump to version 0.8.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6dfa212..470ac86 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
include config.mk
-SRC = st.c x.c boxdraw.c
+SRC = st.c x.c
OBJ = $(SRC:.c=.o)
all: options st
@@ -23,7 +23,6 @@ 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