mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
Removing intermediaries in py-bindings Makefile.
This commit is contained in:
@@ -17,11 +17,13 @@ gf.so: PGFFFI.hs gfmodule.c
|
|||||||
clean:
|
clean:
|
||||||
rm -f *.hi *.o
|
rm -f *.hi *.o
|
||||||
rm -f *_stub.*
|
rm -f *_stub.*
|
||||||
|
rm -f PyGF.hs
|
||||||
|
|
||||||
superclean:
|
superclean:
|
||||||
make clean
|
make clean
|
||||||
rm -f PGFFFI.hs pgf.h Query.pgf
|
rm -f PGFFFI.hs pgf.h Query.pgf
|
||||||
rm -f gf.so
|
rm -f gf.so
|
||||||
|
rm -f mtest
|
||||||
|
|
||||||
PyGF.hs: PyGF.hsc
|
PyGF.hs: PyGF.hsc
|
||||||
hsc2hs -I$(pythoninc) $<
|
hsc2hs -I$(pythoninc) $<
|
||||||
|
|||||||
Reference in New Issue
Block a user