From 5ca513aea73d041dd3d45c7b02c310fc7bcb8cec Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 25 Mar 2010 07:53:06 +0100 Subject: Update config.mk comments a bit --- config.mk | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config.mk b/config.mk index ff5babc..4253e00 100644 --- a/config.mk +++ b/config.mk @@ -1,7 +1,8 @@ -# Package name and version package = feh version = 1.4.1 +# Customize below: + # Prefix for all installed files prefix = /usr/local @@ -19,18 +20,19 @@ CFLAGS = -g -Wall -Wextra -pedantic -O2 xinerama = -DHAVE_LIBXINERAMA xinerama_ld = -lXinerama -# Put extra header directories here +# Put extra header (-I/some/directory) directories here extra_headers = -# Put extra include (-Lfoo) directories here +# Put extra include (-L/some/directory) directories here extra_libs = debug = -DDEBUG -# Enable this for debug mode +# Uncomment this for debug mode +# (Use feh -+ to see debug output) #CFLAGS += $(debug) dmalloc = -DWITH_DMALLOC -# Enable this to use dmalloc +# Uncomment this to use dmalloc #CFLAGS += $(dmalloc) -- cgit v1.2.3