X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/d58dd3b8bc42ed31232e4145696d7dacb117a31c..639f16d200eee5e297187c582afd9fd2e3e8ef57:/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 $@