mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
make clean should also clean go caches
This commit is contained in:
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: # {{{
|
||||
|
||||
Reference in New Issue
Block a user