From d2ed53ae94b0bc97e5dfac50ffd95c57b5ca92e6 Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 23 Aug 2018 09:32:24 -0600 Subject: Clean created python dir when `make clean` is run --- python/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.1