]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/Makefile.in
Don't need to tickle the Idle process any more for taskbar icons
[wxWidgets.git] / contrib / samples / Makefile.in
CommitLineData
f6bcfd97
BP
1# $Id$
2
2b2ba79b 3CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg deprecated #applet net
e8482f24
GL
4
5all:
f6bcfd97 6 @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done
e8482f24
GL
7
8clean:
f6bcfd97 9 @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE) clean); done
e8482f24 10