Fix not rebuilding source
This commit is contained in:
parent
dbed7be3cb
commit
de44a37ae9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
Loading…
Reference in a new issue