]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/Makefile.in
Moved version number to 2.7.2.0 and rebaked
[wxWidgets.git] / contrib / samples / Makefile.in
1 # $Id$
2
3 CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg deprecated #applet net
4
5 all:
6 @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done
7
8 clean:
9 @for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE) clean); done
10