updated configure and the makefiles after the samples move
[wxWidgets.git] / demos / Makefile.in
1 #
2 # Makefile : Builds wxWindows demos for Unix.
3 #
4
5 DEMOS_SUBDIRS=bombs forty fractal life poem
6
7 all:
8 @for d in $(DEMOS_SUBDIRS); do (cd $$d && make); done
9
10 clean:
11 @for d in $(DEMOS_SUBDIRS); do (cd $$d && make clean); done