From de44a37ae9900a6d7d5c78041b17892b0edf835d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 11 Dec 2023 09:59:32 +0100 Subject: [PATCH] Fix not rebuilding source --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ef2397..4d25cdf 100644 --- a/Makefile +++ b/Makefile @@ -92,4 +92,4 @@ unicode_gen: $(BUILD_DIR) libunicode-table.h: unicode_gen $(BUILD_DIR)/unicode_gen unicode $@ -.PHONY: all debug install clean distclean stats test test262 test262-update test262-check microbench unicode_gen +.PHONY: all debug install clean distclean stats test test262 test262-update test262-check microbench unicode_gen $(QJS)