root/branches/gajim_0.4.1/common/Makefile

Revision 173, 69 bytes (checked in by asterix, 4 years ago)

Makefile of idle module in common subdirectory

Line 
1all:
2        python setup.py build_ext -i
3
4clean:
5        rm -f *.so
6        rm -rf build
Note: See TracBrowser for help on using the browser.