gen_makefile: provide project target by name

Change-Id: Ic09c11e5f53004e31910adeffc4d021ea5a7163e
This commit is contained in:
Neels Hofmeyr 2017-08-29 12:31:59 +02:00
parent 277f479b17
commit 3f93412537
1 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,8 @@ def gen_make(proj, deps, configure_opts, jobs, make_dir, src_dir, build_dir, url
$(MAKE) -C {build_proj} install
touch $@
{proj}: .make.{proj}.install
.PHONY: {proj}-clean
{proj}-clean:
@echo "\n\n\n===== $@\n"