]> git.saurik.com Git - wxWidgets.git/blame - demos/Makefile.in
removed test wxYield
[wxWidgets.git] / demos / Makefile.in
CommitLineData
70f7a477
VZ
1#
2# Makefile : Builds wxWindows demos for Unix.
3#
4
8122471f 5DEMOS_SUBDIRS=bombs forty fractal life poem dbbrowse
70f7a477
VZ
6
7all:
8 @for d in $(DEMOS_SUBDIRS); do (cd $$d && make); done
9
10clean:
11 @for d in $(DEMOS_SUBDIRS); do (cd $$d && make clean); done