X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75829d0c1b432f0e8367e6ce434efab211d9d40e..34cf9bb5093f1b96c4cd3306738ec4e26f60c3cb:/contrib/samples/gizmos/Makefile.in diff --git a/contrib/samples/gizmos/Makefile.in b/contrib/samples/gizmos/Makefile.in index b8ea713e3b..25e545a2a9 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=editlbox dynsash dynsash_switch multicell splittree led all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done