mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Drop checks for no longer used files
This commit is contained in:
parent
4b9d0ebdba
commit
7e292050a2
2 changed files with 0 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,7 +4,6 @@
|
|||
.obj/
|
||||
build/
|
||||
unicode/
|
||||
test262_*.txt
|
||||
.idea
|
||||
cmake-*
|
||||
.vs
|
||||
|
|
1
Makefile
1
Makefile
|
@ -65,7 +65,6 @@ install: $(QJS) $(QJSC)
|
|||
cmake --build $(BUILD_DIR) --target install
|
||||
|
||||
clean:
|
||||
@rm -f v8.txt[1-9]*
|
||||
cmake --build $(BUILD_DIR) --target clean
|
||||
|
||||
codegen: $(QJSC)
|
||||
|
|
Loading…
Reference in a new issue