Skip to content

Commit 7542b14

Browse files
committed
Fix Makefile rebuilding every target
1 parent 622ce2c commit 7542b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ unicode_gen: $(BUILD_DIR)
9292
libunicode-table.h: unicode_gen
9393
$(BUILD_DIR)/unicode_gen unicode $@
9494

95-
.PHONY: all build debug install clean distclean stats test test262 test262-update test262-check microbench unicode_gen
95+
.PHONY: all debug install clean distclean stats test test262 test262-update test262-check microbench unicode_gen

0 commit comments

Comments
 (0)