diff options
| author | jordi.saludes <jordi.saludes@upc.edu> | 2010-07-16 12:28:22 +0000 |
|---|---|---|
| committer | jordi.saludes <jordi.saludes@upc.edu> | 2010-07-16 12:28:22 +0000 |
| commit | 9fbf680d1b665102e0ffd206f3028d1640604db2 (patch) | |
| tree | e8a0e3a521b89a37910d8729b2119c72f2fce7d8 | |
| parent | 9608af8423cbb924141d976e8d280aa25319f85c (diff) | |
Removing intermediaries in py-bindings Makefile.
| -rw-r--r-- | contrib/py-bindings/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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) $< |
