diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-17 23:36:59 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-08-17 23:36:59 +0200 |
commit | 961a87388965341f1217ec2b65f56aeb6ca1576c (patch) | |
tree | 0d6a238b4ef50d94d4e36aad3576334cad6378b3 /sys/src/cmd/python | |
parent | c44b78f739a15469ea0d9a1cb3895abeb62e21fc (diff) |
python: remove libpython.a on nuke
Diffstat (limited to 'sys/src/cmd/python')
-rw-r--r-- | sys/src/cmd/python/mkfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/src/cmd/python/mkfile b/sys/src/cmd/python/mkfile index e0f97b812..8bd00ac7b 100644 --- a/sys/src/cmd/python/mkfile +++ b/sys/src/cmd/python/mkfile @@ -47,6 +47,9 @@ clean:V: cd $i mk $target } - rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output libextra.a$O + rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $OFILES rm -f Extra/config config.c + +nuke:V: + mk clean rm -f /$objtype/lib/ape/libpython.a |