Skip to content

Commit

Permalink
makefile helps at bdd/tdd cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
hltbra committed Sep 9, 2009
1 parent 8cc4aa4 commit 5306ee7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
PYTHON=python

all: install run_specs

install:
$(PYTHON) setup.py install

run_specs:
$(PYTHON) specs/run_all.py

0 comments on commit 5306ee7

Please sign in to comment.