summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2010-12-02 14:34:03 +0100
committerPieter Noordhuis <pcnoordhuis@gmail.com>2010-12-02 14:34:03 +0100
commitf625d97b9b6f77b7e3ab4107174e54c52bae808c (patch)
treee5176fd8577832efc9a762573bb81aeced3e2bd3 /Makefile
parentaf7369a253247e23f699a0d803f68b3ade022044 (diff)
Whitespace
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 124f235..a2231e4 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ else
STLIB_MAKE_CMD?=ar rcs ${STLIBNAME} ${OBJ}
endif
CCOPT= $(CFLAGS) $(CCLINK) $(ARCH) $(PROF)
-DEBUG?= -g -ggdb
+DEBUG?= -g -ggdb
PREFIX?= /usr/local
INSTALL_INC= $(PREFIX)/include/hiredis