From: Patrik Gornicz Date: Wed, 1 Jul 2009 14:40:08 +0000 (-0400) Subject: setup physics to be a local project X-Git-Tag: libbear-premerge~39 X-Git-Url: http://gitweb.pgornicz.com/?a=commitdiff_plain;h=5417a0bca9ea16d3a83bb11b1c71a818a176a785;p=libbear.git setup physics to be a local project --- diff --git a/.gitignore b/.gitignore index 07e9e58..f31a207 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ objs-mingw32 bin-mingw32 *.swp + +physics diff --git a/Makefile b/Makefile index 138bb33..18a01d8 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,9 @@ include targets.mk # include all of the dir.mk include lib/${G_DIRMK} + include tests/${G_DIRMK} +-include physics/${G_DIRMK} include ${G_RULESMK}