Removing intermediaries in py-bindings Makefile.

This commit is contained in:
jordi.saludes
2010-07-16 12:28:22 +00:00
parent 9608af8423
commit 9fbf680d1b

View File

@@ -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) $<