1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

Make directory on compile

This commit is contained in:
Tom Gallacher 2017-01-18 12:46:44 +00:00
parent abd113d009
commit 8a8da6b4be

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