X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=6688a5854ecc961c87d2195433726320319ac02c;hb=2c55edb305e15194a11796a865015e84bfefecfe;hp=0b3cecd0329916f904c68d8ec6302a4c234a5664;hpb=0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32;p=st.git diff --git a/Makefile b/Makefile index 0b3cecd..6688a58 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ config.h: .c.o: $(CC) $(STCFLAGS) -c $< -st.o: config.h st.h win.h -x.o: arg.h st.h win.h +st.o: config.h st.h win.h normalMode.h normalMode.c utils.h +x.o: arg.h config.h st.h win.h $(OBJ): config.h config.mk