]> git.saurik.com Git - cycript.git/commitdiff
Oh, right, still need to get rid of those.
authorDouglas William Thrift <douglas@douglasthrift.net>
Sat, 6 Mar 2010 23:47:43 +0000 (23:47 +0000)
committerDouglas William Thrift <douglas@douglasthrift.net>
Sat, 6 Mar 2010 23:47:43 +0000 (23:47 +0000)
GNUmakefile.in

index c9bb03ca5ccc928912ad916e1a67c85708d0ab17..472c4ba161c05c665e6506747af35bea15b23d1e 100644 (file)
@@ -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