projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d56de63
)
Accept user-defined LDFLAGS in Makefile
author
sin <sin@2f30.org>
Mon, 22 Aug 2016 10:22:24 +0000 (11:22 +0100)
committer
sin <sin@2f30.org>
Mon, 22 Aug 2016 10:22:24 +0000 (11:22 +0100)
Diff by Ypnose
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9035141dc902cc4b912f7446f96a4308d413b687..d49b6fbb14c978dbfc970b723f43f0c1b5bb939d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-15,7
+15,7
@@
BIN = noice
all: $(BIN)
$(BIN): $(OBJ)
- $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS)
+ $(CC) $(CFLAGS) -o $@ $(OBJ) $(LD
FLAGS) $(LD
LIBS)
noice.o: util.h config.h
strlcat.o: util.h