mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
Respect CFLAGS and LDFLAGS when building generator
This commit is contained in:
parent
1de825b5bb
commit
2fc9d518d1
2
Makefile
2
Makefile
|
@ -216,7 +216,7 @@ norl: $(BIN)
|
|||
nolc: $(BIN)
|
||||
|
||||
src/$(ICONS_INCLUDE): src/icons-hash.c src/icons.h src/icons-in-terminal.h
|
||||
$(CC) $(CPPFLAGS) -DICONS_GENERATE -o src/icons-hash-gen src/icons-hash.c
|
||||
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -DICONS_GENERATE -o src/icons-hash-gen src/icons-hash.c
|
||||
./src/icons-hash-gen > $@
|
||||
|
||||
install-desktop: $(DESKTOPFILE)
|
||||
|
|
Loading…
Reference in a new issue