diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-08 10:09:51 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 7112d1d44d47145d80ad9166c8793506974b4609 (patch) | |
tree | d9a1e8bf27a08c7a5fa83569a53b7cc65074c731 /autobuild/agl/autobuild.mk | |
parent | e572c0c744e9fdd03ded7d099f2b59b8930d1148 (diff) |
Add build rule to .PHONY list
Change-Id: I4725e23c04b00ffb3212681423ff9bcc2320be07
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'autobuild/agl/autobuild.mk')
-rwxr-xr-x | autobuild/agl/autobuild.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild/agl/autobuild.mk b/autobuild/agl/autobuild.mk index 094ad2f..95aacfe 100755 --- a/autobuild/agl/autobuild.mk +++ b/autobuild/agl/autobuild.mk @@ -19,7 +19,7 @@ PACKAGING_DIR := packaging/wgt VPATH = etc:$(PACKAGING_DIR):$(PACKAGING_DIR)/etc:$(BUILD_DIR) -.PHONY: all clean mrproper package +.PHONY: all clean build mrproper package all: build |