From a7549f21557951d45c1279e6691cd8cd017674f4 Mon Sep 17 00:00:00 2001 From: Brandon Forehand Date: Fri, 8 Sep 2017 13:55:27 -0700 Subject: [PATCH] Remove `reppy/*.so` during `make clean`. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ead7f97..022a60f 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ dev-requirements-py3: pip freeze | grep -v -e reppy > dev-requirements-py3.txt clean: - rm -rf build dist *.egg-info + rm -rf build dist *.egg-info reppy/*.so find . -name '*.pyc' | xargs --no-run-if-empty rm