1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-27 16:10:57 -05:00

Remove Makefile

Original: 2ae63d35d0
This commit is contained in:
Ryan Dahl 2018-12-18 18:57:58 -05:00
parent e249378fdf
commit ee72e869f7

View file

@ -1,7 +0,0 @@
test:
deno test.ts
fmt:
prettier *.md *.ts --write
.PHONY: test fmt