]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/Makefile.in
Makefile and other small corrections
[wxWidgets.git] / contrib / samples / Makefile.in
... / ...
CommitLineData
1# $Id$
2
3CONTRIB_SAMPLES=mmedia ogl stc gizmos canvas xrc plot applet
4
5all:
6 @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done
7
8clean:
9 @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE) clean); done
10