From ea6530573b73a71c63ed699e02a5c07c5cad3048 Mon Sep 17 00:00:00 2001 From: Douglas William Thrift Date: Sat, 6 Mar 2010 23:47:43 +0000 Subject: [PATCH] Oh, right, still need to get rid of those. --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2