]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/Makefile.in
__WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always define...
[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