1
0
mirror of synced 2026-01-14 07:29:42 +00:00
2012-06-27 01:33:47 +02:00

14 lines
159 B
Makefile

all:
@cd ..; prove --shuffle t/
verbose:
@cd ..; prove --shuffle --verbose t/
modules: modules.sh
./modules.sh > modules.t
clean:
rm -vf *~ modules.t