diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 08:24:58 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-07-16 08:24:58 +0200 |
commit | 5505abd35164e8677e345ae35cb73542d3133c6f (patch) | |
tree | 6fdbb42274df6449c78cff945376bbf1bac33f39 /Makefile | |
parent | a2a969336bae550311819614d005b6f8a3997b6a (diff) |
ligatures
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |