From: Wolfram Schneider Date: Wed, 9 Apr 2014 10:03:46 +0000 (+0000) Subject: clean X-Git-Tag: 1.0.0~977 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=9d52a0bf9dcc57cb339d42ca1e4b637894d507e5;hp=07ac3f0632b1394d3d25826197b7a0f27b33a63f;p=mkws-moved-to-github.git clean --- diff --git a/test/Makefile b/test/Makefile index 7cd3e14..6f6d637 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,12 +19,16 @@ APACHE_HTTPD= /usr/sbin/apache2 all: check clean: - rm -f mkws-error.png mkws-error.html images/*.png + rm -f mkws-error.png mkws-error.html + rm -f images/*.png -distclean: clean clean-tmp +distclean: clean clean-tmp clean-error rm -rf node_modules rm -f ${TMP_DIR}/jasmine-dev +clean-error: + rm -f mkws-error.png.* mkws-error.html.* + clean-tmp: rm -rf ${TMP_DIR} mkdir -p ${TMP_DIR}