makefile: fix default target (#28)
This commit is contained in:
parent
c563816003
commit
583cb584e5
@ -42,7 +42,7 @@ endef
|
||||
null :=
|
||||
persistent = $(if $(filter $(enable_persistent),yes),persistent,)
|
||||
|
||||
all: $(builddir) $(outputs)
|
||||
all: build
|
||||
|
||||
clean:
|
||||
rm -rf $(outdir)
|
||||
|
Loading…
Reference in New Issue
Block a user