diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-09-08 17:05:02 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-09-08 17:05:02 +0200 |
commit | 2e04c5c77e64a45e9ab8a23b8cb7a683630eb067 (patch) | |
tree | 6ddd5d14785fe712b60806f408c6c641d2f3a7ca /Makefile | |
parent | a8081875509a5b836b1d3b37322b06c8ac0103d2 (diff) | |
download | poezio-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |