Added .PHONY targets
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12615 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
8c290f56bf
commit
96c76cf9c0
1 changed files with 2 additions and 0 deletions
|
|
@ -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... ; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue