gitter/Makefile
Sami Samhuri ee8eb83f78 add vows
2010-11-07 22:01:21 -08:00

7 lines
102 B
Makefile

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