Update Makefile

This commit is contained in:
Oliver Davies 2018-01-31 07:12:31 +00:00
parent a2c73b5e4e
commit 92432979d0

View file

@ -3,7 +3,7 @@ PORT := 8000
.PHONY: test
all: init build
all: init generate-assets build
clean:
rm -rf \
@ -16,7 +16,6 @@ clean:
init:
composer install
yarn install
generate-assets
generate-assets:
yarn run encore dev