From f8e375e9c861efffbd2e55886b6e076565c6a4e8 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 30 Oct 2009 23:35:53 +0000 Subject: [PATCH] Forgot to add lexer to clean. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0