makefile: fix default target (#28)

This commit is contained in:
Konstantin Stepanov 2015-12-18 14:46:51 +03:00
parent c563816003
commit 583cb584e5

View File

@ -42,7 +42,7 @@ endef
null :=
persistent = $(if $(filter $(enable_persistent),yes),persistent,)
all: $(builddir) $(outputs)
all: build
clean:
rm -rf $(outdir)