mirror of
https://github.com/samsonjs/gitter.git
synced 2026-03-25 09:25:45 +00:00
7 lines
102 B
Makefile
7 lines
102 B
Makefile
VOWS=vows/{blob,branch,commit,raw,repo,tree,user}.js
|
|
|
|
spec:
|
|
vows --spec $(VOWS)
|
|
|
|
test:
|
|
vows $(VOWS)
|