Skip to content

Commit 15c6a77

Browse files
authored
remove v8 output files in make clean (#357)
1 parent c33b8c9 commit 15c6a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ install: $(QJS) $(QJSC)
5757
cmake --build $(BUILD_DIR) --target install
5858

5959
clean:
60+
@rm -f v8.txt[1-9]*
6061
cmake --build $(BUILD_DIR) --target clean
6162

6263
codegen: $(QJSC)

0 commit comments

Comments
 (0)