mirror of
https://github.com/jarun/nnn.git
synced 2025-01-09 09:31:09 +00:00
Update Makefile library linking for debug target
This commit is contained in:
parent
d3fa01f91f
commit
5cd8578799
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ $(BIN): $(SRC)
|
|||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) -lreadline
|
||||
|
||||
debug: $(SRC)
|
||||
$(CC) -DDBGMODE -g $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) -lreadline
|
||||
$(CC) -DDBGMODE -g $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS) -lreadline -lrt
|
||||
|
||||
norl: $(SRC)
|
||||
$(CC) -DNORL $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $(BIN) $^ $(LDLIBS)
|
||||
|
|
Loading…
Reference in a new issue