add Open Sans

quickstrom
Brian Hicks 3 years ago
parent b1aed6ff29
commit fc47356226

@ -1,6 +1,7 @@
all: dist
dist: dist/index.html
dist: dist/index.html $(shell find static -type f)
cp -r static/* dist
dist/index.html: $(shell find src -type f -name '*.elm') elm.json
@mkdir -p dist

Loading…
Cancel
Save