X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/8b4bfe31ec1075316dbb2e7d21753771ae3e5590..2e37752961f439c33614a9d8469d7c297f0465cb:/Makefile?ds=sidebyside 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 $@