Mercurial > MadButterfly
diff src/Makefile @ 12:79e9edf4c00a
Add redraw manager
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Mon, 28 Jul 2008 17:45:36 +0800 |
parents | 7cfecdce94cc |
children | c2ce186a5c37 |
line wrap: on
line diff
--- a/src/Makefile Sat Jul 26 06:34:15 2008 +0800 +++ b/src/Makefile Mon Jul 28 17:45:36 2008 +0800 @@ -1,4 +1,4 @@ -SRCS = coord.c geo.c shape_path.c +SRCS = coord.c geo.c shape_path.c redraw_man.c tools.c OBJS = ${SRCS:C/(.*)\.c/\1.o/g} TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g} CFLAGS = -Wall -I/usr/local/include `pkg-config --cflags cairo`