X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=35eed16af1f72184cf1f8dc97231f0977c43021d;hb=refs%2Ftags%2Flamprey%2F12.1.6;hp=658ef325fb4139333dcce09ec84e3b7131bc6a5a;hpb=014ba2dd29eaadb4d61948ca417c25112f76ee0e;p=src%2Flow-level-can-generator.git diff --git a/Makefile b/Makefile index 658ef32..35eed16 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ BUILD_DIR := build .PHONY: all clean mrproper ${BUILD_DIR}/Makefile -all: build package +all: build clean: @([ -d ${BUILD_DIR} ] && make -C ${BUILD_DIR} clean) || echo Nothing to clean