6 lines
53 B
Makefile
6 lines
53 B
Makefile
|
SUBDIRS = src
|
||
|
SUBDIRS += tests
|
||
|
|
||
|
prove:
|
||
|
prove -v -r
|