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