1
0
mirror of synced 2026-01-11 23:42:56 +00:00

15 lines
180 B
Makefile

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