X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/b1ff2d781f508d4538ed628218c4ac2860940671..c3c20102b2ff644ebf7831202d0544066dcf0765:/makefile diff --git a/makefile b/makefile index 0e768d5..db6dfa5 100644 --- a/makefile +++ b/makefile @@ -26,7 +26,7 @@ libcycript.plist: Bridge.def done >$@ Cycript.tab.cc Cycript.tab.hh location.hh position.hh: Cycript.y - bison -v $< + bison --report=state $< lex.cy.c: Cycript.l flex $<