Fixed .PHONY targets
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@446 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
ec5c81cb93
commit
898b1a5312
4 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
SUBTARGETS = Factory flex_string Longevity OrderedStatic RegressionTest \
|
||||
SafeFormat ScopeGuard Singleton SmallObj Visitor
|
||||
|
||||
.PHONY: all $(SUBTARGETS)
|
||||
.PHONY: clean all $(SUBTARGETS)
|
||||
all: $(SUBTARGETS)
|
||||
|
||||
$(SUBTARGETS):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue