std/Makefile
2018-11-08 04:01:20 -05:00

8 lines
72 B
Makefile

test:
deno test.ts
fmt:
prettier *.md *.ts --write
.PHONY: test fmt