diff --git a/contrib/py-bindings/Makefile b/contrib/py-bindings/Makefile index 51380c06c..aa1853596 100644 --- a/contrib/py-bindings/Makefile +++ b/contrib/py-bindings/Makefile @@ -17,11 +17,13 @@ gf.so: PGFFFI.hs gfmodule.c clean: rm -f *.hi *.o rm -f *_stub.* + rm -f PyGF.hs superclean: make clean rm -f PGFFFI.hs pgf.h Query.pgf rm -f gf.so + rm -f mtest PyGF.hs: PyGF.hsc hsc2hs -I$(pythoninc) $<