X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=Makefile;h=9ec8d21b99e6811b42dc8da697d29d05a71b4f93;hp=b0bd42d01b709a7b0e0b269d12db6713c436cc23;hb=2e37752961f439c33614a9d8469d7c297f0465cb;hpb=8b4bfe31ec1075316dbb2e7d21753771ae3e5590 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 $@