remove v8 output files in make clean (#357)

This commit is contained in:
Charlie Gordon 2024-04-07 16:22:54 +02:00 committed by GitHub
parent c33b8c9b13
commit 15c6a773b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,6 +57,7 @@ install: $(QJS) $(QJSC)
cmake --build $(BUILD_DIR) --target install
clean:
@rm -f v8.txt[1-9]*
cmake --build $(BUILD_DIR) --target clean
codegen: $(QJSC)