Add deploy-tests to the .PHONY target

pull/4518/head
Azim Khan 2017-07-04 19:26:31 +01:00
parent b03441870a
commit 5067db07ae
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ MBED_TLS_DIR:=TARGET_IGNORE/mbedtls
MBED_TLS_API:=$(MBED_TLS_DIR)/include/mbedtls
MBED_TLS_GIT_CFG=$(MBED_TLS_DIR)/.git/config
.PHONY: all deploy rsync mbedtls clean update
.PHONY: all deploy deploy-tests rsync mbedtls clean update
all: mbedtls