diff options
Diffstat (limited to 'examples/exception_path/Makefile')
-rw-r--r-- | examples/exception_path/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/exception_path/Makefile b/examples/exception_path/Makefile index 959914a2..4b6e0717 100644 --- a/examples/exception_path/Makefile +++ b/examples/exception_path/Makefile @@ -42,6 +42,7 @@ ifneq ($(CONFIG_RTE_EXEC_ENV),"linuxapp") $(info This application can only operate in a linuxapp environment, \ please change the definition of the RTE_TARGET environment variable) all: +clean: else # binary name |