From 508ea00920ca364d3ca9e3a0c59464da6a0e8919 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 11 Apr 2024 18:01:32 +0100 Subject: [PATCH] Add missing 'PHONY' target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cd607dd..4d5ad28 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ test: all update-tests: all tree-sitter test -u --apply-all-captures +.PHONY: playground playground: nix shell pkgs#emscripten --command tree-sitter build-wasm tree-sitter playground