setup physics to be a local project
authorPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 1 Jul 2009 14:40:08 +0000 (10:40 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 1 Jul 2009 14:40:08 +0000 (10:40 -0400)
.gitignore
Makefile

index 07e9e58..f31a207 100644 (file)
@@ -10,3 +10,5 @@ objs-mingw32
 bin-mingw32
 
 *.swp
+
+physics
index 138bb33..18a01d8 100644 (file)
--- 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}