From 12786c56002f1bd2809e8cbfcad4ed7f90b895b8 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 8cfc758d2..3ef239728 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