X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=config.mk;h=01a377916c2b87253f8f1cd259728419aa56fd99;hp=46efc0c26d0096c5e9ed92613d5e223f8dff6f06;hb=591d147af7d59f31a68513f613124d49f25f9859;hpb=1132d9e2d65f469dedd9c5b6f356495c7a87b743 diff --git a/config.mk b/config.mk index 46efc0c..01a3779 100644 --- a/config.mk +++ b/config.mk @@ -16,8 +16,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lutil # flags CPPFLAGS = -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} -LDFLAGS = -s ${LIBS} +CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +LDFLAGS += -s ${LIBS} # compiler and linker -CC = cc +CC ?= cc