]> git.saurik.com Git - wxWidgets.git/blame - demos/Makefile.in
added demo for bitmaps of different size
[wxWidgets.git] / demos / Makefile.in
CommitLineData
70f7a477
VZ
1#
2# Makefile : Builds wxWindows demos for Unix.
3#
4
5DEMOS_SUBDIRS=bombs forty fractal life poem
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