Added dbbrowse demo to the list of demos

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker
2000-01-30 18:29:40 +00:00
parent a7060aacab
commit 8122471f4f

View File

@@ -2,7 +2,7 @@
# Makefile : Builds wxWindows demos for Unix.
#
DEMOS_SUBDIRS=bombs forty fractal life poem
DEMOS_SUBDIRS=bombs forty fractal life poem dbbrowse
all:
@for d in $(DEMOS_SUBDIRS); do (cd $$d && make); done