~petersanchez/st

7e19e116764d2651721cb9062ccaac31b0c771f2 — Hiltjo Posthuma 5 years ago 096b125
Makefile: fix dependencies on config.h

patch by Younes Khoudli (changed slightly). Thanks
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 22,7 22,7 @@ config.h:
	$(CC) $(STCFLAGS) -c $<

st.o: config.h st.h win.h
x.o: arg.h st.h win.h
x.o: arg.h config.h st.h win.h

$(OBJ): config.h config.mk