From 0f2f05821aba66a5380d438d24ed5641c113d1e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 11 Jan 2004 19:05:48 +0000 Subject: [PATCH] Add ${IMAGES} to CLEANFILES. --- tools/tools/tinderbox/www/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools/tinderbox/www/Makefile b/tools/tools/tinderbox/www/Makefile index ce4feb92efca..b153655819e3 100644 --- a/tools/tools/tinderbox/www/Makefile +++ b/tools/tools/tinderbox/www/Makefile @@ -3,6 +3,7 @@ CGI = index.cgi DATA = tb.css IMAGES = daemon.png valid-css.png valid-xhtml10.png +CLEANFILES += ${IMAGES} WWWDIR ?= ${HOME}/public_html WWWOWN ?= ${USER} WWWGRP ?= ${USER}