X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/007194393636588b166e0718357f00f6b3e1e743..92850d6b2ff6072f4801152fd6bfdb7263715ec0:/contrib/samples/gizmos/Makefile.in diff --git a/contrib/samples/gizmos/Makefile.in b/contrib/samples/gizmos/Makefile.in index eddc848241..25e545a2a9 100644 --- a/contrib/samples/gizmos/Makefile.in +++ b/contrib/samples/gizmos/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SAMPLES=multicell splittree +CONTRIB_SAMPLES=editlbox dynsash dynsash_switch multicell splittree led all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done