summaryrefslogtreecommitdiff
path: root/Examples/python
diff options
context:
space:
mode:
authorStefan Zager <szager@gmail.com>2011-04-07 21:20:10 +0000
committerStefan Zager <szager@gmail.com>2011-04-07 21:20:10 +0000
commit96c76cf9c07614fb2f6d3ca842664f4a91bfd28a (patch)
treee5a4b1a1605e73ddadd38edc155b4de01760699d /Examples/python
parent8c290f56bf5fe858e05eabc1e129a0e2a2df2d7b (diff)
downloadswig-96c76cf9c07614fb2f6d3ca842664f4a91bfd28a.tar.gz
Added .PHONY targets
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12615 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/python')
-rw-r--r--Examples/python/performance/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/python/performance/Makefile b/Examples/python/performance/Makefile
index c6a1e9e98..c580801b4 100644
--- a/Examples/python/performance/Makefile
+++ b/Examples/python/performance/Makefile
@@ -10,6 +10,8 @@ include ../../Makefile
SUBDIRS := constructor func hierarchy operator hierarchy_operator
+.PHONY : all $(SUBDIRS)
+
all : $(SUBDIRS:%=%-build)
@for subdir in $(SUBDIRS); do \
echo Running $$subdir test... ; \