Makefile | 2 +- diff --git a/Makefile b/Makefile index 0b3cecd0329916f904c68d8ec6302a4c234a5664..470ac86407bbd2876e3ee997e04e57649b51da9f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ .c.o: $(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