From 5e0fe437e8612e87fb023dfa89ca2547628cb1c9 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 4 Nov 2014 14:55:42 +0000 Subject: [PATCH] update clean for iframe html pages --- test/widgets/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/widgets/Makefile b/test/widgets/Makefile index ceacd0c..188a07d 100644 --- a/test/widgets/Makefile +++ b/test/widgets/Makefile @@ -18,6 +18,7 @@ all: help clean: rm -f index-*.html + rm -f iframe-*.html rm -f ${IMAGES}/*.png distclean: clean -- 1.7.10.4