projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97c2dcb
)
bug fix, physics not built by all
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 23 Aug 2009 18:45:42 +0000
(14:45 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 23 Aug 2009 18:45:42 +0000
(14:45 -0400)
targets.mk
patch
|
blob
|
blame
|
history
diff --git
a/targets.mk
b/targets.mk
index
f45dc8e
..
9724021
100644
(file)
--- a/
targets.mk
+++ b/
targets.mk
@@
-61,11
+61,11
@@
cleanall: cleanbin cleanobjs cleandeps
default: ${G_ALL_LIB}
.PHONY: all
-all: ${G_ALL_LIB} ${G_ALL_TESTS}
+all: ${G_ALL_LIB} ${G_ALL_TESTS}
${G_ALL_PHYSICS}
.PHONY: objs
-objs: ${G_OBJS_LIB} ${G_OBJS_TESTS}
+objs: ${G_OBJS_LIB} ${G_OBJS_TESTS}
${G_OBJS_PHYSICS}
.PHONY: deps
-deps: ${G_DEPS_LIB} ${G_DEPS_TESTS}
+deps: ${G_DEPS_LIB} ${G_DEPS_TESTS}
${G_DEPS_PHYSICS}