mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Accept user-defined LDFLAGS in Makefile
Diff by Ypnose
This commit is contained in:
parent
d56de6318f
commit
2bed0dd175
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ BIN = noice
|
||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
|
||||||
$(BIN): $(OBJ)
|
$(BIN): $(OBJ)
|
||||||
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS)
|
$(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LDLIBS)
|
||||||
|
|
||||||
noice.o: util.h config.h
|
noice.o: util.h config.h
|
||||||
strlcat.o: util.h
|
strlcat.o: util.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue