diff --git a/Makefile b/Makefile index df08ccf4..705d55c3 100644 --- a/Makefile +++ b/Makefile @@ -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