mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-11 04:55:13 +02:00
11 lines
212 B
Diff
11 lines
212 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -9,7 +9,7 @@ CPPFLAGS += $(INCL)
|
|
all: ragel ndhc
|
|
|
|
ndhc: $(NDHC_OBJS)
|
|
- $(CC) $(CFLAGS) $(INCL) -o $@ $^
|
|
+ $(CC) $(CFLAGS) $(INCL) -o $@ $^ $(LDFLAGS)
|
|
|
|
-include $(NDHC_DEP)
|
|
|