summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c0935f0..f385c76b 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,7 @@ LOCALEDIR=$(DATADIR)/locale
MANDIR=$(DATADIR)/man
all: Makefile
- python3 setup.py build
- cp build/lib.linux-x86_64-3.2/poopt.cpython-32mu.so src/
+ cd src/ && python3 ../setup.py build_ext --inplace
clean:
find ./ -name \*.pyc -delete