We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33b8c9 commit 15c6a77Copy full SHA for 15c6a77
Makefile
@@ -57,6 +57,7 @@ install: $(QJS) $(QJSC)
57
cmake --build $(BUILD_DIR) --target install
58
59
clean:
60
+ @rm -f v8.txt[1-9]*
61
cmake --build $(BUILD_DIR) --target clean
62
63
codegen: $(QJSC)
0 commit comments