X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32..9e68fdbcdb06dfa3d23fe3a7a7f7b59e40e1ea2f:/Makefile?ds=sidebyside

diff --git a/Makefile b/Makefile
index 0b3cecd..470ac86 100644
--- a/Makefile
+++ b/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