aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2016-08-22 11:22:24 +0100
committersin <sin@2f30.org>2016-08-22 11:22:24 +0100
commit2bed0dd175e573aca14c93b698a92989140008e0 (patch)
tree4e79d04d7c4c1da1852d661a4f4b1c856a4804b3 /Makefile
parentd56de6318faef8450770a7d139ac30840296de6a (diff)
downloadnoice-2bed0dd175e573aca14c93b698a92989140008e0.tar.gz
Accept user-defined LDFLAGS in Makefile
Diff by Ypnose
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9035141..d49b6fb 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ BIN = noice
all: $(BIN)
$(BIN): $(OBJ)
- $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS)
+ $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LDLIBS)
noice.o: util.h config.h
strlcat.o: util.h
Un proyecto texto-plano.xyz