]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/gizmos/Makefile.in
added new text event macros description
[wxWidgets.git] / contrib / samples / gizmos / Makefile.in
CommitLineData
00719439
VS
1# $Id$
2
75829d0c 3CONTRIB_SAMPLES=multicell splittree editlbox
00719439
VS
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