X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=920bd9a9a486def92e2b109666603735fc6d0440;hb=160bda1b60148ce8f7d3b001ada2b12f1da9e152;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} $<