]> git.saurik.com Git - cycript.git/blobdiff - makefile
Add Bridge.hpp to clean, grr!
[cycript.git] / makefile
index 25482bc08f74958772122cd1dde8619504f36660..8e1d55facbd7dac6478466f3f8ec1160c16f93e9 100644 (file)
--- 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)