Less patched st.

This commit is contained in:
Bartek Stalewski 2021-10-09 01:06:03 +02:00
parent e8cf9a0808
commit 24b615e875
17 changed files with 103 additions and 1151 deletions

View file

@ -4,7 +4,7 @@
include config.mk
SRC = st.c x.c boxdraw.c hb.c
SRC = st.c x.c hb.c
OBJ = $(SRC:.c=.o)
all: options st
@ -24,7 +24,6 @@ config.h:
st.o: config.h st.h win.h
x.o: arg.h config.h st.h win.h hb.h
hb.o: st.h
boxdraw.o: config.h st.h boxdraw_data.h
$(OBJ): config.h config.mk