Makefile for deprecated samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-03-30 19:48:54 +00:00
parent 4a3bdee6a9
commit f3aa39c7ac

View File

@@ -0,0 +1,10 @@
# $Id$
CONTRIB_SAMPLES=proplist resources treelay
all:
@for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE)); done
clean:
@for d in $(CONTRIB_SAMPLES); do (cd $$d && $(MAKE) clean); done