bugfix: all target not executed when no cmd args given
This commit is contained in:
parent
3981329276
commit
a5ee9f7661
4
Makefile
4
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:
|
||||
|
|
Loading…
Reference in New Issue