summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-14 03:02:26 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-14 03:02:26 +0300
commit8d06917df748f961943870eb102d5f283737ce19 (patch)
tree13c4d42318a697f2173c3745cda77f1ea9b94f93 /Makefile
parentb40ce8559698d1442ced6e537fb18091f1343fb8 (diff)
Cleaned up the repository and patched boxdraw successfully.0.9-Mainline
Changes to be committed: modified: Makefile new file: Makefile.orig deleted: boxdraw.c deleted: boxdraw_data.h modified: config.def.h.orig deleted: config.def.h.rej modified: st.c modified: st.c.orig deleted: st.c.rej modified: st.h modified: st.h.orig deleted: st.h.rej deleted: st.o modified: x.c modified: x.c.orig deleted: x.o
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