From e52c39bcd7a4d9cdd6084fb0b982b4bd51c5d94f Mon Sep 17 00:00:00 2001 From: Douglas William Thrift Date: Tue, 24 Nov 2009 02:53:49 +0000 Subject: [PATCH] Add Bridge.hpp to clean, grr! --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 25482bc..8e1d55f 100644 --- 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) -- 2.47.2