X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=9ec8d21b99e6811b42dc8da697d29d05a71b4f93;hb=0a5e5102096d65a3ba8e39ea9b9b0eb89fe30e04;hp=b0bd42d01b709a7b0e0b269d12db6713c436cc23;hpb=d58dd3b8bc42ed31232e4145696d7dacb117a31c;p=st.git diff --git a/Makefile b/Makefile index b0bd42d..9ec8d21 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ options: @echo CC $< @${CC} -c ${CFLAGS} $< -${OBJ}: config.mk +${OBJ}: config.h config.mk st: ${OBJ} @echo CC -o $@