From: Patrik Gornicz Date: Sun, 23 Aug 2009 18:45:42 +0000 (-0400) Subject: bug fix, physics not built by all X-Git-Tag: libbear-premerge~15 X-Git-Url: http://gitweb.pgornicz.com/?a=commitdiff_plain;h=9b5659a45c06b046f94001b09008e2e727746301;p=libbear.git bug fix, physics not built by all --- diff --git a/targets.mk b/targets.mk index f45dc8e..9724021 100644 --- 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}