mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
Merge pull request #1531 from sjmulder/pr/cflags
Respect CFLAGS and LDFLAGS when building generator
This commit is contained in:
commit
07c5590db3
2
Makefile
2
Makefile
|
@ -216,7 +216,7 @@ norl: $(BIN)
|
||||||
nolc: $(BIN)
|
nolc: $(BIN)
|
||||||
|
|
||||||
src/$(ICONS_INCLUDE): src/icons-hash.c src/icons.h src/icons-in-terminal.h
|
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 > $@
|
./src/icons-hash-gen > $@
|
||||||
|
|
||||||
install-desktop: $(DESKTOPFILE)
|
install-desktop: $(DESKTOPFILE)
|
||||||
|
|
Loading…
Reference in a new issue