diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-04-09 22:45:17 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-04-09 22:45:17 +0200 |
commit | e451041f05e17e03e459a62933274837d00835b1 (patch) | |
tree | 2228de101b4aca57745b97b65b50e7ea39ead9d9 | |
parent | 9ab0a6d12e16eacbe91742011d00633bed575339 (diff) | |
download | poezio-e451041f05e17e03e459a62933274837d00835b1.tar.gz poezio-e451041f05e17e03e459a62933274837d00835b1.tar.bz2 poezio-e451041f05e17e03e459a62933274837d00835b1.tar.xz poezio-e451041f05e17e03e459a62933274837d00835b1.zip |
make clean also removes the .so copied in src/
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ clean: find ./ -name "#*#" -delete rm -rf doc/build/ rm -rf build + rm -f src/*.so install: all python3 setup.py install --root=$(DESTDIR) --optimize=1 |