diff --git a/Makefile b/Makefile index 32fc2bcc..0c74b544 100644 --- a/Makefile +++ b/Makefile @@ -23,14 +23,14 @@ LDFLAGS += -lm prefix ?= /usr/local -include $(sort $(wildcard contrib/*/nitro.mk)) - all: CFLAGS += -O2 -g -DNDEBUG=1 all: bootstrap picrin debug: CFLAGS += -O0 -g debug: bootstrap picrin +include $(sort $(wildcard contrib/*/nitro.mk)) + bootstrap: bin/picrin-bootstrap bin/picrin-bootstrap: