summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe <redhatrises@gmail.com>2018-08-23 09:32:24 -0600
committerTomáš Mráz <t8m@users.noreply.github.com>2018-08-23 17:58:56 +0200
commitd2ed53ae94b0bc97e5dfac50ffd95c57b5ca92e6 (patch)
tree096286c2360e73ac9e469b971aba48eb1454ad29
parentbddd1dfe5a13e39e04ed1593cba4263dfd528fad (diff)
downloadlibpwquality-git-d2ed53ae94b0bc97e5dfac50ffd95c57b5ca92e6.tar.gz
Clean created python dir when `make clean` is run
-rw-r--r--python/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index fd3a5ea..1d00c0c 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -15,3 +15,6 @@ all-local:
install-exec-local:
CFLAGS="${CFLAGS} -fno-strict-aliasing" @PYTHONBINARY@ setup.py build --build-base py$(PYTHONREV) install --prefix=${DESTDIR}${prefix}
+
+clean-local:
+ rm -rf py$(PYTHONREV)