]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/gizmos/Makefile.in
Fix so the value given to wxTextEntryDialog::SetValue will actually be
[wxWidgets.git] / contrib / samples / gizmos / Makefile.in
... / ...
CommitLineData
1# $Id$
2
3CONTRIB_SAMPLES=multicell splittree editlbox dynsash dynsash_switch
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