1
0
mirror of synced 2026-01-14 15:35:18 +00:00
2010-07-26 20:24:37 +02:00

14 lines
146 B
Makefile

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