gajim-plural/common/Makefile
2004-06-09 14:26:54 +00:00

6 lines
69 B
Makefile

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