We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be97e0 commit 872af84Copy full SHA for 872af84
1 file changed
config.make
@@ -1 +1,7 @@
1
-montage_prefix=/usr/local
+montage_prefix=/usr/local
2
+
3
+# Defaults for compiler and compiler flags
4
+export CC ?= cc
5
+export CPPFLAGS ?=
6
+export CFLAGS ?= -Wall -g -O2
7
+export LDFLAGS ?=
0 commit comments