added scr_lvled, a bunch of libraries, and improved framework code
[raydungeon] / libs / goat3d / Makefile
diff --git a/libs/goat3d/Makefile b/libs/goat3d/Makefile
new file mode 100644 (file)
index 0000000..4dfb643
--- /dev/null
@@ -0,0 +1,6 @@
+libname = goat3d
+src = $(wildcard src/*.c)
+
+inc = -Iinclude -I../treestor/include -I..
+
+include ../libs.mk