From: Mike Taylor Date: Wed, 15 Oct 2014 14:06:18 +0000 (+0100) Subject: make clean/distclean also use src rather the tools/htdocs X-Git-Tag: 1.0.0~192^2~11 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=450ecc96e4916e5960eb5400a5d0315ebfd070c4;ds=sidebyside make clean/distclean also use src rather the tools/htdocs --- diff --git a/Makefile b/Makefile index e3dea3a..8d73145 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: ${MAKE} -C./doc clean distclean: - ${MAKE} -C./tools/htdocs $@ + ${MAKE} -C./src $@ ${MAKE} -C./doc $@ ${MAKE} -C./examples/htdocs $@ ${MAKE} -C./test $@