diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-05-16 11:17:59 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-05-16 11:17:59 +0200 |
| commit | 123bae234ea05efa8221cfb412572b618719e070 (patch) | |
| tree | a4f4a2ca14baa7542233c0ad54514ff98abfea3e /Makefile | |
| parent | 045a0fab4f80b57f4a982ae6bc5f33fe21d66111 (diff) | |
| download | st-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-- | 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 |
