]> git.saurik.com Git - wxWidgets.git/blame_incremental - 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
1# $Id$
2
3CONTRIB_SAMPLES=fl gizmos mmedia ogl plot stc svg deprecated #applet net
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