1
0
Fork 0

Makefile: fix dependencies on config.h

patch by Younes Khoudli (changed slightly). Thanks
This commit is contained in:
Hiltjo Posthuma 2019-01-04 12:33:01 +01:00
parent 096b125db7
commit 7e19e11676
1 changed files with 1 additions and 1 deletions

View File

@ -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