bugfix: all target not executed when no cmd args given

This commit is contained in:
Yuichi Nishiwaki 2017-04-15 18:53:25 +09:00
parent 3981329276
commit a5ee9f7661
1 changed files with 2 additions and 2 deletions

View File

@ -23,14 +23,14 @@ LDFLAGS += -lm
prefix ?= /usr/local prefix ?= /usr/local
include $(sort $(wildcard contrib/*/nitro.mk))
all: CFLAGS += -O2 -g -DNDEBUG=1 all: CFLAGS += -O2 -g -DNDEBUG=1
all: bootstrap picrin all: bootstrap picrin
debug: CFLAGS += -O0 -g debug: CFLAGS += -O0 -g
debug: bootstrap picrin debug: bootstrap picrin
include $(sort $(wildcard contrib/*/nitro.mk))
bootstrap: bin/picrin-bootstrap bootstrap: bin/picrin-bootstrap
bin/picrin-bootstrap: bin/picrin-bootstrap: