JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile.
[st.git] / Makefile
index 2fb13ae..920bd9a 100644 (file)
--- 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} $<