Make directory on compile

This commit is contained in:
Tom Gallacher 2017-01-18 12:46:44 +00:00
parent abd113d009
commit 8a8da6b4be
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ install-production: compile clean
.PHONY: compile
compile: install
mkdir -p dist
cp -R src/ dist/.
$(bindir)/babel src --out-dir dist --source-maps inline