From b2a21ad4350cf7b44ad98318bfe3de9d3d39dc7a Mon Sep 17 00:00:00 2001 From: "jordi.saludes" Date: Thu, 10 Jun 2010 14:57:51 +0000 Subject: [PATCH] polishing py-bindings make file. --- contrib/py-bindings/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/py-bindings/Makefile b/contrib/py-bindings/Makefile index fafbdbb2b..f68ac43cc 100644 --- a/contrib/py-bindings/Makefile +++ b/contrib/py-bindings/Makefile @@ -6,7 +6,7 @@ pythoninc=/usr/include/python2.5 conf: ln -s $(cbind)/PGFFFI.hs ln -s $(cbind)/pgf.h -Build: gf.so +build: gf.so gf.so: PGFFFI.hs gfmodule.c gf --make ../../examples/tutorial/embedded/QueryEng.gf @@ -18,5 +18,6 @@ clean: rm -f *_stub.* superclean: + make clean rm -f PGFFFI.hs pgf.h Query.pgf rm -f gf.so \ No newline at end of file