wait for source facets after author limit search
[mkws-moved-to-github.git] / test / Makefile
index f92f26b..6f6d637 100644 (file)
@@ -19,16 +19,20 @@ 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}
-       touch ${TMP_DIR}/.gitkeep
+       touch ${TMP_DIR}/.gitignore
 
 mkws-complete-syntax-check:
        ${MAKE} -C../src mkws-complete.min.js