view tests/Makefile @ 49:0c4f7753c9d3

2007-10-10 21:31:32 by steve Move the month names somewhere obvious.
author steve
date Wed, 10 Oct 2007 21:31:32 +0000
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 *~