summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Miller <graham.miller@gmail.com>2011-01-31 13:54:20 -0500
committerGraham Miller <graham.miller@gmail.com>2011-01-31 13:54:20 -0500
commit7132b37ac216b0756b0648b41679e5c67bda376b (patch)
tree3f2973c05eed7ee99d5fdd561bf6462ad7f617e0
parent8f922d174e08026120363533dbf48349266ee7cb (diff)
parentae490700accd18c131679c9963ee49e60da8c2ce (diff)
downloadlibgob-7132b37ac216b0756b0648b41679e5c67bda376b.tar.gz
libgob-7132b37ac216b0756b0648b41679e5c67bda376b.tar.bz2
tag
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0b4a986..60a693f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ OUT = libgob.a
INCLUDES = -I. -I/usr/local/include
# C++ compiler flags (-g -O2 -Wall)
-CCFLAGS = -g
+CCFLAGS ?= -g
# compiler
CC = gcc
@@ -20,7 +20,7 @@ CC = gcc
LIBS = -L../ -L/usr/local/lib -lm
# compile flags
-LDFLAGS = -g
+LDFLAGS ?= -g
CUNIT_LDFLAGS= -lcunit