Skip to content

Commit

Permalink
Added .PHONY targets
Browse files Browse the repository at this point in the history
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12615 626c5289-ae23-0410-ae9c-e8d60b6d4f22
  • Loading branch information
szager committed Apr 7, 2011
1 parent 8c290f5 commit 96c76cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Examples/python/performance/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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... ; \
Expand Down

0 comments on commit 96c76cf

Please sign in to comment.