You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
188 B
Diff
12 lines
188 B
Diff
--- ./Makefile
|
|
+++ ./Makefile
|
|
@@ -28,7 +28,7 @@
|
|
all: dotenv
|
|
|
|
dotenv: dotenv.c
|
|
- ${CC} -Os -Wall -Werror -o dotenv dotenv.c
|
|
+ ${CC} ${CFLAGS} -o dotenv dotenv.c
|
|
|
|
clean:
|
|
rm -f dotenv
|