1
0
mirror of synced 2026-04-14 07:29:14 +00:00
Files
xen-tools.xen-tools/t/Makefile
steve 8955aa696f 2007-09-01 19:25:44 by steve
Added missing Makefile.
2007-09-01 19:25:44 +00:00

18 lines
165 B
Makefile

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