From: Douglas William Thrift Date: Tue, 24 Nov 2009 02:53:49 +0000 (+0000) Subject: Add Bridge.hpp to clean, grr! X-Git-Tag: v0.9.432~136 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/e52c39bcd7a4d9cdd6084fb0b982b4bd51c5d94f?ds=inline Add Bridge.hpp to clean, grr! --- diff --git a/makefile b/makefile index 25482bc..8e1d55f 100644 --- a/makefile +++ b/makefile @@ -101,7 +101,7 @@ endif all: $(all) clean: - rm -f *.o libcycript.$(dll) $(all) Struct.hpp lex.cy.c Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh cyrver Cycript.y Cycript.l control + rm -f *.o libcycript.$(dll) $(all) Struct.hpp lex.cy.c Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh cyrver Cycript.y Cycript.l control Bridge.hpp %.y: %.y.in ./Filter.sh <$< >$@ $(filters)