gitter/Makefile
2012-06-12 22:12:20 -07:00

7 lines
98 B
Makefile

VOWS=vows/{blob,branch,commit,repo,tree,user}.js
spec:
vows --spec $(VOWS)
test:
vows $(VOWS)