X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8556b795c369382a1f5f2ed9405138a450ecc4a6..fb93b610c5991b12bd6404fe1fc08fd60a30615c:/contrib/samples/Makefile.in?ds=sidebyside diff --git a/contrib/samples/Makefile.in b/contrib/samples/Makefile.in index 93436487e4..2d1cd3a037 100644 --- a/contrib/samples/Makefile.in +++ b/contrib/samples/Makefile.in @@ -1,6 +1,6 @@ # $Id$ -CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xml plot +CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xrc plot applet fl all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done