Lots of changes...

This commit is contained in:
2021-03-14 01:13:51 +01:00
parent 983baa4d79
commit 0e60221907
18 changed files with 1285 additions and 3357 deletions
+3 -2
View File
@@ -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