diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-18 18:57:58 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-18 18:57:58 -0500 |
| commit | ee72e869f7073f8f3ccce55f32695df96e3d8113 (patch) | |
| tree | 78037bbc5cb1d48d7b5e7e9d5d5114e8f10dc171 | |
| parent | e249378fdfebdb0e513cc692b581dad49efd9af1 (diff) | |
Remove Makefile
Original: https://github.com/denoland/deno_std/commit/2ae63d35d0dcb3da77c8323418264346db012fa6
| -rw-r--r-- | Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index ca2135445..000000000 --- a/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -test: - deno test.ts - -fmt: - prettier *.md *.ts --write - -.PHONY: test fmt |
