summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjordi.saludes <jordi.saludes@upc.edu>2010-06-10 14:57:51 +0000
committerjordi.saludes <jordi.saludes@upc.edu>2010-06-10 14:57:51 +0000
commitb8bbb57b85ea66287e49b0fa0916b8c0fa1e4ba6 (patch)
tree52940761c1c2ddda1996121dc45fabe07e79e665
parent0aedd7b2181c507db489ff2a6ec0511df06f8144 (diff)
polishing py-bindings make file.
-rw-r--r--contrib/py-bindings/Makefile3
1 files changed, 2 insertions, 1 deletions
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