Skip to content

Commit

Permalink
Disable full clean in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
snowycatsoftware committed Oct 22, 2018
1 parent 8fce5f2 commit b7e4229
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b7e4229

Please sign in to comment.