aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2012-12-13 07:31:31 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2012-12-13 07:31:31 +0100
commitc87f5485360649bb75f482c628d2927dfcacbc79 (patch)
tree0e223f17d6f2539c1c7dfeded8b6025ac90177e2
parentinit connids only if we manage them (diff)
downloadglouglou-c87f5485360649bb75f482c628d2927dfcacbc79.tar.xz
glouglou-c87f5485360649bb75f482c628d2927dfcacbc79.zip
include CFLAGS when compiling BINARY
-rw-r--r--gg_map/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gg_map/Makefile b/gg_map/Makefile
index 24c677b..17040af 100644
--- a/gg_map/Makefile
+++ b/gg_map/Makefile
@@ -9,7 +9,7 @@ PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
$(BINARY): $(BINARY).o
- $(CC) -o $@ $< $(LIBS)
+ $(CC) $(CFLAGS) -o $@ $< $(LIBS)
install: $(BINARY)
@echo "installation of $(BINARY)"