remove v8 output files in make clean (#357)
This commit is contained in:
parent
c33b8c9b13
commit
15c6a773b6
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -57,6 +57,7 @@ install: $(QJS) $(QJSC)
|
||||||
cmake --build $(BUILD_DIR) --target install
|
cmake --build $(BUILD_DIR) --target install
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@rm -f v8.txt[1-9]*
|
||||||
cmake --build $(BUILD_DIR) --target clean
|
cmake --build $(BUILD_DIR) --target clean
|
||||||
|
|
||||||
codegen: $(QJSC)
|
codegen: $(QJSC)
|
||||||
|
|
Loading…
Reference in a new issue