Parent: [1b9cb6] (diff)

Child: [d2f7f1] (diff)

Download this file

Makefile    9 lines (8 with data), 121 Bytes

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