X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/6db6980e27bdde6f2d444dd3cdd7a46985fa84fc..9703859e6c1e2280036dc7992cb4c54688f719f5:/Makefile diff --git a/Makefile b/Makefile index ef3bf09..920bd9a 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,13 @@ all: options st options: @echo st build options: - @echo "SYSTEM = ${SYSTEM}" @echo "CFLAGS = ${CFLAGS}" @echo "LDFLAGS = ${LDFLAGS}" @echo "CC = ${CC}" +config.h: + cp config.def.h config.h + .c.o: @echo CC $< @${CC} -c ${CFLAGS} $<