Less patched st.
This commit is contained in:
parent
e8cf9a0808
commit
24b615e875
17 changed files with 103 additions and 1151 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue