summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-05-16 11:17:59 +0200
committerCharles <sircharlesaze@gmail.com>2020-05-16 11:17:59 +0200
commit123bae234ea05efa8221cfb412572b618719e070 (patch)
treea4f4a2ca14baa7542233c0ad54514ff98abfea3e /Makefile
parent045a0fab4f80b57f4a982ae6bc5f33fe21d66111 (diff)
downloadst-123bae234ea05efa8221cfb412572b618719e070.tar.gz
st-123bae234ea05efa8221cfb412572b618719e070.tar.bz2
st-123bae234ea05efa8221cfb412572b618719e070.zip
Updated to 0.8.3 with previous config + mouse scrollback
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 470ac86..38240da 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
include config.mk
-SRC = st.c x.c
+SRC = st.c x.c hb.c
OBJ = $(SRC:.c=.o)
all: options st
@@ -22,7 +22,8 @@ config.h:
$(CC) $(STCFLAGS) -c $<
st.o: config.h st.h win.h
-x.o: arg.h config.h st.h win.h
+x.o: arg.h config.h st.h win.h hb.h
+hb.o: st.h
$(OBJ): config.h config.mk