hy/Makefile

19 lines
230 B
Makefile
Raw Normal View History

2013-03-03 05:52:56 +01:00
all:
@echo "No default step. Use setup.py"
@echo ""
@echo " Other targets:"
@echo ""
@echo " - dev (test & flake)"
@echo " - flake"
@echo " - test"
@echo ""
dev: test flake
test:
nosetests -sv
flake:
flake8 hy