Makefile: fix dependencies on config.h

patch by Younes Khoudli (changed slightly). Thanks
master
Hiltjo Posthuma 5 years ago
parent 096b125db7
commit 7e19e11676
  1. 2
      Makefile

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

Loading…
Cancel
Save