From b7e4229e52ec6ba2ed3bd892563867f650cbbab7 Mon Sep 17 00:00:00 2001 From: Snowy Cat Software Date: Mon, 22 Oct 2018 11:31:03 +0200 Subject: [PATCH] Disable full clean in Makefile --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 37bac35a2..4ea51b464 100644 --- a/Makefile +++ b/Makefile @@ -34,14 +34,14 @@ FILES+=views/js/dist/*.min.js FILES+=views/js/dist/index.php FILES+=views/templates/** -.PHONY: all clean composer php-scoper node webpack zip vartest +.PHONY: all quick-clean composer php-scoper node webpack zip vartest all: $(MAKE) quick-clean $(MAKE) prod release: - $(MAKE) clean + $(MAKE) quick-clean $(MAKE) prod prod: @@ -63,10 +63,9 @@ a: all r: release p: prod d: dev -c: clean qc: quick-clean -clean: +# clean: # PHP scoper # @rm -rf pre-scoper/ 2>/dev/null || true # @rm php-scoper.phar 2>/dev/null || true