diff options
| author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:29:05 +0300 |
|---|---|---|
| committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-07-17 04:29:05 +0300 |
| commit | ad3434a3eb4a5546b00680f9c5b41fc597272b59 (patch) | |
| tree | cd8f478e9c74c9a367b2295ad801852ca57c45d6 /Makefile | |
| parent | 24487a33291ea1cbb6456f21c48230eed4da4498 (diff) | |
boxdraw patch
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ include config.mk -SRC = st.c x.c +SRC = st.c x.c boxdraw.c OBJ = $(SRC:.c=.o) all: options st @@ -23,6 +23,7 @@ config.h: st.o: config.h st.h win.h x.o: arg.h config.h st.h win.h +boxdraw.o: config.h st.h boxdraw_data.h $(OBJ): config.h config.mk |
