
all: dist/app.js

dist/app.js: src/*.js
	# node_modules/.bin/rollup src/index.js --file dist/index.js --format iife
	node_modules/.bin/rollup -c
