From 87cf09db6752b0cd24ab2080834ca2977c667f0a Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Tue, 7 Feb 2012 08:14:20 -0500 Subject: Add clean target to test makefile. --- test/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 269204d..4bb83ab 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,4 +1,10 @@ -.PHONY: test +.PHONY: test clean test: ct_run -pa -dir . -config database.conf + +clean: + rm -rf *.html + rm -rf *.css + rm -rf ct_run.ct* + rm -rf variables-ct* -- cgit v1.2.3