sort include files in order to ensure directory name sorting works

This commit is contained in:
Sunrim KIM (keen) 2015-05-31 21:25:49 +09:00
parent f7b7655830
commit 83a84c3582
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ prefix = /usr/local
all: CFLAGS += -O2
all: bin/picrin
include contrib/*/nitro.mk
include $(sort $(wildcard contrib/*/nitro.mk))
debug: CFLAGS += -O0 -g -DDEBUG=1
debug: bin/picrin