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