From a5ee9f7661992cdecd7bcd795210b3c94450cc39 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sat, 15 Apr 2017 18:53:25 +0900 Subject: [PATCH] bugfix: all target not executed when no cmd args given --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: