X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=Makefile;h=920bd9a9a486def92e2b109666603735fc6d0440;hb=f211bc2eedaa8ea86dc66ad04ccd08938c73a93c;hp=2fb13ae20c08cb014cec1b3825115b5a98d5f50f;hpb=ae5baac932af877cb18df6853d45f033ed9b270f;p=st.git diff --git a/Makefile b/Makefile index 2fb13ae..920bd9a 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,9 @@ options: @echo "LDFLAGS = ${LDFLAGS}" @echo "CC = ${CC}" +config.h: + cp config.def.h config.h + .c.o: @echo CC $< @${CC} -c ${CFLAGS} $<