mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
249 B
Diff
13 lines
249 B
Diff
diff --git Makefile Makefile
|
|
index 2bac7c1..a643ccf 100644
|
|
--- Makefile
|
|
+++ Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-CC := gcc
|
|
-FLAGS := --std=c99 -Wall -O3
|
|
+CC ?= gcc
|
|
+FLAGS += $(CFLAGS) --std=c99 -Wall
|
|
SRC := src
|
|
BIN := bin
|
|
BUILD := .build
|