summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-10-27 07:40:24 +0530
committerGitHub <noreply@github.com>2021-10-27 07:40:24 +0530
commit66e8565adf9001536a60312135cce20a138bfdbd (patch)
tree1a173a1b5d0dff63473cd2fb271bfe98bae82bd4 /Makefile
parent6675c4b9c5ce9b47c725be451a2d34a8f4442954 (diff)
Update Makefile
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