X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/75829d0c1b432f0e8367e6ce434efab211d9d40e..b808efdb885aa82a6c34a8278119bae63c7f4183:/contrib/samples/gizmos/Makefile.in?ds=sidebyside 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