From b0a5e2553a56cfb8df541714feb4ea64680406cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Sun, 15 Jun 2025 21:05:33 +0200 Subject: [PATCH] FIX: Include "tests" is the set of phony files Ooops. First time this actually bites me.... --- bindings/wasm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/Makefile b/bindings/wasm/Makefile index af4084b..67c9ffa 100644 --- a/bindings/wasm/Makefile +++ b/bindings/wasm/Makefile @@ -26,4 +26,4 @@ clean: rm -rf pkg rm -f types.js -.PHONY: all lint clean +.PHONY: all lint clean tests