From 7542b14c5ba41e9d4553fd931f2f78f2fd02110f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 7 Dec 2023 11:22:34 +0100 Subject: [PATCH] Fix Makefile rebuilding every target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8cfc758..3ef2397 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 build 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