summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-09-08 17:05:02 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-09-08 17:05:02 +0200
commit2e04c5c77e64a45e9ab8a23b8cb7a683630eb067 (patch)
tree6ddd5d14785fe712b60806f408c6c641d2f3a7ca /Makefile
parenta8081875509a5b836b1d3b37322b06c8ac0103d2 (diff)
downloadpoezio-2e04c5c77e64a45e9ab8a23b8cb7a683630eb067.tar.gz
poezio-2e04c5c77e64a45e9ab8a23b8cb7a683630eb067.tar.bz2
poezio-2e04c5c77e64a45e9ab8a23b8cb7a683630eb067.tar.xz
poezio-2e04c5c77e64a45e9ab8a23b8cb7a683630eb067.zip
c code that doesn’t work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a327413a..8c0935f0 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,8 @@ 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/
clean:
find ./ -name \*.pyc -delete