sort include files in order to ensure directory name sorting works
This commit is contained in:
parent
f7b7655830
commit
83a84c3582
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ prefix = /usr/local
|
||||||
all: CFLAGS += -O2
|
all: CFLAGS += -O2
|
||||||
all: bin/picrin
|
all: bin/picrin
|
||||||
|
|
||||||
include contrib/*/nitro.mk
|
include $(sort $(wildcard contrib/*/nitro.mk))
|
||||||
|
|
||||||
debug: CFLAGS += -O0 -g -DDEBUG=1
|
debug: CFLAGS += -O0 -g -DDEBUG=1
|
||||||
debug: bin/picrin
|
debug: bin/picrin
|
||||||
|
|
Loading…
Reference in New Issue