]> git.saurik.com Git - wxWidgets.git/blame_incremental - demos/Makefile.in
configure changes, for wxBase and wx-config
[wxWidgets.git] / demos / Makefile.in
... / ...
CommitLineData
1#
2# Makefile : Builds wxWindows demos for Unix.
3#
4
5DEMOS_SUBDIRS=bombs forty fractal life poem dbbrowse
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