mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
update make clean
This commit is contained in:
parent
ddb4db0c96
commit
b676e484d3
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -49,6 +49,7 @@ uninstall:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf .build
|
rm -rf .build
|
||||||
|
rm -rf $(JSDEPS)
|
||||||
|
|
||||||
build: .build/ui js
|
build: .build/ui js
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue