1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 22:58:24 -05:00
denoland-deno/Makefile

8 lines
67 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:
prettier *.ts --write
.PHONY: test fmt