From: Douglas William Thrift Date: Sat, 6 Mar 2010 23:47:43 +0000 (+0000) Subject: Oh, right, still need to get rid of those. X-Git-Tag: v0.9.432~107 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/ea6530573b73a71c63ed699e02a5c07c5cad3048 Oh, right, still need to get rid of those. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index c9bb03c..472c4ba 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -166,7 +166,7 @@ endif all: $(all) clean:: - rm -rf *.lo *.o *.d .libs $(lib)cycript.$(dll) $(lib)cycript.la $(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.gperf Bridge.hpp Cycript.output + rm -rf *.lo *.o *.d .libs */*.lo */.libs $(lib)cycript.$(dll) $(lib)cycript.la $(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.gperf Bridge.hpp Cycript.output ifneq ($(srcdir),.) rm -rf sig ObjectiveC endif