1
0
forked from GitHub/gf-core

Fixing assertion in py-binds test.

This commit is contained in:
jordi.saludes
2010-09-01 11:10:24 +00:00
parent 962f627283
commit 2cd1e67441
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
src=../../src
import=-i$(src)/runtime/haskell:$(src)/compiler
cbind=../c-bindings
pythoninc=/usr/include/python2.5
pythoninc=/usr/include/python2.6
debug= #-optc '-DDEBUG=1'
exdir=../../examples/tutorial/embedded
@@ -33,4 +33,4 @@ PyGF.hs: PyGF.hsc
hsc2hs -I$(pythoninc) $<
Query.pgf:
gf --make $(exdir)/QueryEng.gf $(exdir)/QuerySpa.gf
gf --make $(exdir)/QueryEng.gf $(exdir)/QuerySpa.gf