]> git.saurik.com Git - cycript.git/blobdiff - makefile
Checkpoint autoconf transition.
[cycript.git] / makefile
index bebb995446f6c9897c7fde1669e9afd71b6ab73b..f939c4bdfc5a6381f7d433e7ab72dca541516ff1 100644 (file)
--- a/makefile
+++ b/makefile
@@ -112,7 +112,7 @@ endif
 all: $(all)
 
 clean::
-       rm -f *.o $(lib)cycript.$(dll) $(all) Struct.hpp lex.cy.c Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh cyrver Cycript.yy Cycript.l control Bridge.hpp
+       rm -f *.o $(lib)cycript.$(dll) $(all) Struct.hpp lex.cy.c Cycript.tab.cc Cycript.tab.hh location.hh position.hh stack.hh cyrver Cycript.yy Cycript.l control Bridge.hpp Cycript.output
 
 %.yy: %.yy.in
        ./Filter.sh <$< >$@ $(filters)