From 617e9adaeb8cd8981b8b4e47184f29bcf1c30a0c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 22 Nov 2022 10:26:00 +0100 Subject: [PATCH] Add Makefile --- Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..de71411 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +.PHONE: all +all: + tree-sitter generate + +.PHONE: test +test: all + tree-sitter test + nvim-test + +.PHONE: update-tests +update-tests: all + tree-sitter test -u + +playground: + nix shell pkgs#emscripten --command tree-sitter build-wasm + tree-sitter playground