From 5417a0bca9ea16d3a83bb11b1c71a818a176a785 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Wed, 1 Jul 2009 10:40:08 -0400 Subject: [PATCH] setup physics to be a local project --- .gitignore | 2 ++ Makefile | 2 ++ 2 files changed, 4 insertions(+) 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} -- 2.10.2