gajim-plural/src/common/Makefile
Yann Leboulanger 149ed7a22d reorder files
2005-04-12 15:47:20 +00:00

6 lines
69 B
Makefile

all:
python setup.py build_ext -i
clean:
rm -f *.so
rm -rf build