X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75829d0c1b432f0e8367e6ce434efab211d9d40e..dfe8399aa013a1fa6487d008bf1176078f218c6d:/contrib/samples/gizmos/Makefile.in?ds=sidebyside diff --git a/contrib/samples/gizmos/Makefile.in b/contrib/samples/gizmos/Makefile.in index b8ea713e3b..223d5330fe 100644 --- a/contrib/samples/gizmos/Makefile.in +++ b/contrib/samples/gizmos/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SAMPLES=multicell splittree editlbox +CONTRIB_SAMPLES=multicell splittree editlbox dynsash dynsash_switch all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done