bug fix, physics not built by all
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 23 Aug 2009 18:45:42 +0000 (14:45 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 23 Aug 2009 18:45:42 +0000 (14:45 -0400)
targets.mk

index f45dc8e..9724021 100644 (file)
@@ -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}