mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-22 17:13:27 +01:00
16 lines
284 B
Diff
16 lines
284 B
Diff
Upstream: Does they exist?
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 6e1a900..2acf268 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -8,7 +8,7 @@ BINOWN = root
|
|
BINGRP = mail
|
|
|
|
all:
|
|
- gcc $(SRCS) -o $(PROG)
|
|
+ gcc $(SRCS) $(CFLAGS) $(LDFLAGS) -o $(PROG)
|
|
|
|
install:
|
|
mkdir -p /usr/share/misc
|