summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-04-09 22:45:17 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-04-09 22:45:17 +0200
commite451041f05e17e03e459a62933274837d00835b1 (patch)
tree2228de101b4aca57745b97b65b50e7ea39ead9d9 /Makefile
parent9ab0a6d12e16eacbe91742011d00633bed575339 (diff)
downloadpoezio-e451041f05e17e03e459a62933274837d00835b1.tar.gz
poezio-e451041f05e17e03e459a62933274837d00835b1.tar.bz2
poezio-e451041f05e17e03e459a62933274837d00835b1.tar.xz
poezio-e451041f05e17e03e459a62933274837d00835b1.zip
make clean also removes the .so copied in src/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c380b99c..1782fc9c 100644
--- a/Makefile
+++ b/Makefile
@@ -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