Skip to content

Commit

Permalink
Makefile: Only set CFLAGS if not already set
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaran committed Jan 17, 2013
1 parent 38bf959 commit 311ecf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
.PHONY: clean

CFLAGS = -O2 -g
CFLAGS ?= -O2 -g

conkeror-spawn-helper: conkeror-spawn-helper.c

Expand Down

0 comments on commit 311ecf5

Please sign in to comment.