aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 593752d6d020b9dafbf50d8913ab9a2a6d00c712 (plain)
1
2
3
4
5
6
7
8
9
build:
	@esbuild \
		--bundle src/main.ts \
		--minify \
		--target=es2017 \
		--outdir=public

clean:
	@rm -f public/main.js