From a9fcc3a176f019a2edcc6bdd770d602896fe4e90 Mon Sep 17 00:00:00 2001 From: Laura Carvajal Date: Wed, 2 Aug 2017 14:47:49 +0100 Subject: [PATCH] =?UTF-8?q?build=20again=20=20=F0=9F=90=BF2.5.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index d84fd4c..458d504 100644 --- a/Makefile +++ b/Makefile @@ -9,3 +9,8 @@ unit-test: @mocha --require test/setup --recursive --reporter spec test test: verify unit-test + +build: $(shell find src -type f) + @echo "Building…" + @rm -rf build + @babel -d build src