add Open Sans

quickstrom
Brian Hicks 2020-08-25 06:14:38 -05:00
parent b1aed6ff29
commit fc47356226
3 changed files with 2 additions and 1 deletions

View File

@ -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

Binary file not shown.

Binary file not shown.