lorax/Makefile

15 lines
202 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
2010-10-12 16:23:29 +00:00
test:
/usr/bin/lorax -p FEDORA -v RAWHIDE -r 2010 -s /rawrepo /root/rawhide