From 9b5659a45c06b046f94001b09008e2e727746301 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Sun, 23 Aug 2009 14:45:42 -0400 Subject: [PATCH] bug fix, physics not built by all --- targets.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.10.2