diff --git a/Makefile b/Makefile deleted file mode 100644 index ca2135445f..0000000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -test: - deno test.ts - -fmt: - prettier *.md *.ts --write - -.PHONY: test fmt