mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
make clean should also clean go caches
This commit is contained in:
parent
8ad55f7562
commit
67b12159f4
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -1482,6 +1482,7 @@ def clean() -> None:
|
|||
os.unlink(os.path.join(root, f))
|
||||
for x in glob.glob('glfw/wayland-*-protocol.[ch]'):
|
||||
os.unlink(x)
|
||||
subprocess.check_call(['go', 'clean', '-cache', '-testcache', '-modcache', '-fuzzcache'])
|
||||
|
||||
|
||||
def option_parser() -> argparse.ArgumentParser: # {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue