X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=6688a5854ecc961c87d2195433726320319ac02c;hb=7a3f64ca621e98ceb41fda80db30b86b740f0eea;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