aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2ed599..695a9dc 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ arch: arch.c config.h
$(CC) -o arch arch.c
pacredir: pacredir.c pacredir.h config.h
- $(CC) $(CFLAGS) -o pacredir pacredir.c \
+ $(CC) $(CFLAGS) $(LDFLAGS) -o pacredir pacredir.c \
-DVERSION="\"$(VERSION)\""
config.h: