From: Wolfram Schneider Date: Mon, 7 Apr 2014 14:52:41 +0000 (+0000) Subject: cleanup tmp dir X-Git-Tag: 1.0.0~995^2~19 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=b1a1bca4f81e921e5a3a866b25b912b8b70af73b cleanup tmp dir --- diff --git a/test/Makefile b/test/Makefile index 2868490..72ed675 100644 --- a/test/Makefile +++ b/test/Makefile @@ -12,15 +12,21 @@ PHANTOMJS= ./node_modules/phantomjs/bin/phantomjs IMAGES= ./images SCREENSHOT_WIDTH= 360 480 640 768 1024 1200 1440 2048 PERL_SCRIPTS= bomb.pl +TMP_DIR= ./logs all: check clean: rm -f mkws-error.png mkws-error.html images/*.png -distclean: clean +distclean: clean clean-tmp rm -rf node_modules +clean-tmp: + rm -rf ${TMP_DIR} + mkdir -p ${TMP_DIR} + touch ${TMP_DIR}/.gitkeep + mkws-complete-syntax-check: ${MAKE} -C../src mkws-complete.min.js