Mercurial > MadButterfly
diff examples/calculator/Makefile @ 108:565b55508c8d
More dox
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 12 Sep 2008 13:58:30 +0800 |
parents | bd29780bf266 |
children | c14cb6d12030 |
line wrap: on
line diff
--- a/examples/calculator/Makefile Fri Sep 12 12:55:13 2008 +0800 +++ b/examples/calculator/Makefile Fri Sep 12 13:58:30 2008 +0800 @@ -1,8 +1,8 @@ SVG=calculator_scr.svg TOOLSDIR=../../tools -INCS=-I../../src +INCS=-I/usr/local/include CFLAGS+=`pkg-config --cflags cairo` $(INCS) -Wall -LDFLAGS=-L../../src/ `pkg-config --libs cairo` +LDFLAGS=-L/usr/local/lib `pkg-config --libs cairo` LIBS=-lmbfly BINS= calc