X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1683d38998df9b7a03486ec11bfc46833de91c5..8366ae934aab9f835747b0c2e456231e8795fe78:/samples/html/Makefile.in diff --git a/samples/html/Makefile.in b/samples/html/Makefile.in index f23a6a2937..69d9346911 100644 --- a/samples/html/Makefile.in +++ b/samples/html/Makefile.in @@ -3,8 +3,22 @@ # all: - cd about; make + cd about && make + cd help && make + cd helpview && make + cd printing && make + cd test && make + cd virtual && make + cd widget && make + cd zip && make clean: - cd about; make clean + cd about && make clean + cd help && make clean + cd helpview && make clean + cd printing && make clean + cd test && make clean + cd virtual && make clean + cd widget && make clean + cd zip && make clean