]> git.saurik.com Git - wxWidgets.git/blame - demos/Makefile.in
Modified to use the newly defined names for functions/classes/structs defined to...
[wxWidgets.git] / demos / Makefile.in
CommitLineData
70f7a477
VZ
1#
2# Makefile : Builds wxWindows demos for Unix.
3#
4
7beec813 5DEMOS_SUBDIRS=bombs dbbrowse forty fractal life poem
70f7a477
VZ
6
7all:
45186884 8 @for d in $(DEMOS_SUBDIRS); do (cd $$d && $(MAKE)); done
70f7a477
VZ
9
10clean:
45186884 11 @for d in $(DEMOS_SUBDIRS); do (cd $$d && $(MAKE) clean); done