mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
And CPPFLAGS
This commit is contained in:
parent
e776ebe36c
commit
4c330409b0
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ config.h:
|
||||||
@cp config.def.h $@
|
@cp config.def.h $@
|
||||||
|
|
||||||
noice.o: noice.c queue.h util.h
|
noice.o: noice.c queue.h util.h
|
||||||
$(CC) $(CFLAGS) -c noice.c
|
$(CC) $(CFLAGS) $(CPPFLAGS) -c noice.c
|
||||||
|
|
||||||
strlcpy.o: strlcpy.c util.h
|
strlcpy.o: strlcpy.c util.h
|
||||||
$(CC) $(CFLAGS) -c strlcpy.c
|
$(CC) $(CFLAGS) -c strlcpy.c
|
||||||
|
|
Loading…
Reference in a new issue