gajim-plural/common/Makefile

7 lines
69 B
Makefile

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