X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8556b795c369382a1f5f2ed9405138a450ecc4a6..e96360efd9015260be782e778c8076bb13cb6f5a:/contrib/samples/Makefile.in diff --git a/contrib/samples/Makefile.in b/contrib/samples/Makefile.in index 93436487e4..af1e43ad6a 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 xml plot applet all: @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done