Parent: [fa715d] (diff)

Child: [572519] (diff)

Download this file

Makefile    7 lines (6 with data), 82 Bytes

1
2
3
4
5
6
all:
python setup.py build
clean:
rm -rf build
distclean: clean
rm -f setup.py