lorax/Makefile

12 lines
124 B
Makefile
Raw Normal View History

2010-02-23 13:20:05 +00:00
PYTHON ?= /usr/bin/env python
all:
$(PYTHON) setup.py build
install:
2010-02-23 13:20:05 +00:00
$(PYTHON) setup.py install
clean:
-rm -rf build