X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=9ba6d9cb20d52846708091706a9e75616fa44b57;hb=adf8af4f0edfa3cde7a61b5c8af8379fafa5a7b6;hp=b563440dc124cd03488f0196f489eb4550539157;hpb=008be0a29cbc2697585bc5a867a19123eba688c8;p=armband.git diff --git a/Makefile b/Makefile index b563440d..9ba6d9cb 100644 --- a/Makefile +++ b/Makefile @@ -115,10 +115,12 @@ patches-import: .submodules-init .submodules-patched done @touch $@ -# Pass down clean/deepclean/build to Fuel@OPNFV -.PHONY: clean +# Pass down debug/clean/deepclean/build to Fuel@OPNFV +.PHONY: clean debug clean: .submodules-init - $(MAKE) -e --no-print-directory -C ${F_BUILD_DIR} clean +debug: fuel-patches-import +clean debug: + $(MAKE) -e --no-print-directory -C ${F_BUILD_DIR} $@ .PHONY: deepclean deepclean: clean