diff options
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |