diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index b83a34791d..62a3f1ee3c 100755 --- a/tools/configure +++ b/tools/configure @@ -55,7 +55,7 @@ KEYPAD=@KEYPAD@ THISDIR="@PWD@" VERSION=\$(shell date +%y%m%d-%H%M) -.PHONE: +.PHONY: all: sim @@ -237,7 +237,7 @@ TARGET=@TARGET@ THISDIR="@PWD@" VERSION=\$(shell date +%y%m%d-%H%M) -.PHONE: firmware apps +.PHONY: firmware apps all: firmware apps |