added scr_lvled, a bunch of libraries, and improved framework code
[raydungeon] / libs / drawtext / Makefile
1 libname = drawtext
2 src = $(wildcard *.c)
3
4 def = -DNO_FREETYPE
5
6 include ../libs.mk