Files
map/Makefile
Michael Murtaugh c2bf2d9117 renaming, cleanup
2019-06-13 11:43:42 +02:00

7 lines
146 B
Makefile

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