X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77a7dfc1a1716e4815ce8bce13381bfd3e6da331..55e345713a176b74af3f5c05bae350f40ceb9d66:/samples/html/Makefile.in diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index 0d333e131c..9aad1d6577 100644 --- a/samples/html/Makefile.in +++ b/samples/html/Makefile.in @@ -42,6 +42,14 @@ clean: distclean: clean rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile + (cd about && $(MAKE) distclean) + (cd help && $(MAKE) distclean) + (cd helpview && $(MAKE) distclean) + (cd printing && $(MAKE) distclean) + (cd test && $(MAKE) distclean) + (cd virtual && $(MAKE) distclean) + (cd widget && $(MAKE) distclean) + (cd zip && $(MAKE) distclean) about: (cd about && $(MAKE) all)