diff options
| author | Marcel Screm <marcel@marcelscrem.com> | 2026-01-05 16:02:48 +0100 |
|---|---|---|
| committer | Marcel Screm <marcel@marcelscrem.com> | 2026-01-05 16:02:48 +0100 |
| commit | 59d71f7a84b6f87002fab21a74f1f8f360eb136a (patch) | |
| tree | d19d2c951ba4dc09a1543fc4dc2caaa7fc007695 /Makefile | |
| parent | 8cac90eb30e53bebf8b884a60b2cc75ec7c83f5f (diff) | |
added ligature patch
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: st @@ -16,7 +16,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 |
