.PHONY: clean compile test clean: rm -rf dist build: clean ./node_modules/.bin/babel src -d dist test: ./node_modules/.bin/karma start ./build/karma.config.js