From: Jay Freeman (saurik) Date: Fri, 30 Oct 2009 23:35:53 +0000 (+0000) Subject: Forgot to add lexer to clean. X-Git-Tag: v0.9.432~227 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/f8e375e9c861efffbd2e55886b6e076565c6a4e8 Forgot to add lexer to clean. --- diff --git a/makefile b/makefile index c608315..c98d7ea 100644 --- a/makefile +++ b/makefile @@ -83,7 +83,7 @@ endif all: $(all) clean: - rm -f *.o libcycript.$(dll) cycript libcycript.db Struct.hpp lex.cy.c Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh cyrver Cycript.y + rm -f *.o libcycript.$(dll) cycript libcycript.db Struct.hpp lex.cy.c Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh cyrver Cycript.y Cycript.l libcycript.db: Bridge.def rm -f libcycript.db