summaryrefslogtreecommitdiff
path: root/projs/Makefile
blob: 2feef7ff71ecba43b4090e2ea345ca423aaebc50 (plain)
1
2
3
4
5
6
7
8
.POSIX:
all:
	yarn install
	yarn build
	sed -i "s/\/assets/assets/g" dist/index.html

install:
	cp -r dist/* $(DISTDIR)/