1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00
denoland-deno/Makefile

8 lines
72 B
Makefile
Raw Normal View History

2018-11-07 21:01:32 -05:00
test:
deno test.ts
2018-11-07 23:19:08 -05:00
fmt:
2018-11-08 04:01:20 -05:00
prettier *.md *.ts --write
2018-11-07 23:19:08 -05:00
.PHONY: test fmt