mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 11:26:41 +02:00
13 lines
274 B
Diff
13 lines
274 B
Diff
diff --git a/Makefile b/Makefile
|
|
index eae7a71..0b88a25 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -13,7 +13,7 @@ all: $(TARGET)
|
|
$(CC) -c -o $@ $< $(CFLAGS)
|
|
|
|
$(TARGET): $(OBJ)
|
|
- $(CC) -o $@ $^ $(CFLAGS)
|
|
+ $(CC) -o $@ $^ $(CFLAGS) $(LDFLAGS)
|
|
|
|
clean:
|
|
rm $(TARGET) $(OBJ)
|