Browse Source

Makefile: fix dependencies on config.h

patch by Younes Khoudli (changed slightly). Thanks
master
Hiltjo Posthuma 5 years ago
parent
commit
7e19e11676
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 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


Loading…
Cancel
Save