Parent: [1b9cb6] (diff)
Child: [d2f7f1] (diff)
Download this file
1 2 3 4 5 6 7 8
all: python setup.py build install: sudo python setup.py install clean: rm -rf build distclean: clean rm -f setup.py