1
0
mirror of synced 2026-04-26 20:36:26 +00:00
Files
xen-tools.xen-tools/t/Makefile
Axel Beckert 74411f970b Remove t/modules.t in upstream's t/Makefile
... instead of remove it in debian/rules' clean target.

Call clean target of t/Makefile also from clean target of toplevel
Makefile.
2012-06-27 01:32:41 +02:00

14 lines
156 B
Makefile

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