view tests/Makefile @ 200:1dc051bcbe0c

Ignore tabs in Makefile - they are supposed to be present!
author Steve Kemp <steve@steve.org.uk>
date Mon, 14 Apr 2008 18:56:57 +0100
parents bc8961a81af6
children
line wrap: on
line source


all:
	@cd ..; prove --shuffle tests/

verbose:
	@cd ..; prove --shuffle --verbose tests/


modules: .PHONY
	./modules.sh > modules.t

.PHONY:
	true

clean:

	rm *~