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