Child: [1b9cb6] (diff)

Download this file

Makefile    11 lines (7 with data), 107 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
all:
python setup.py build
clean:
rm -rf build
distclean: clean
install:
python setup.py install