mirror of
https://github.com/novatiq/packages.git
synced 2026-06-29 16:50:23 +01:00
85597bc84d
Signed-off-by: Ted Hess <thess@kitschensync.net>
12 lines
239 B
Diff
12 lines
239 B
Diff
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -61,7 +61,7 @@ all: $(BIN)
|
|
|
|
$(BIN): $(OBJ)
|
|
@echo "[Link $(BIN)] with libs $(LIBS)"
|
|
- @$(CC) -o $(BIN) $(OBJ) $(LIBS)
|
|
+ @$(CC) -o $(BIN) $(OBJ) $(LDFLAGS) $(LIBS)
|
|
|
|
.c.o:
|
|
@echo "[Compile $<]"
|