aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@scintilla.org>2012-07-16 10:55:39 +1000
committerNeil Hodgson <nyamatongwe@scintilla.org>2012-07-16 10:55:39 +1000
commit707295f44579feb15824c921ab7f1c1035251b04 (patch)
tree099419c078608c582854ec495a7472163a00dd0f
parentd0d68491bcb988935126111cf0c8001b718d49a4 (diff)
downloadscintilla-mirror-707295f44579feb15824c921ab7f1c1035251b04.tar.gz
Remove files built as a side effect of clang --analyze.
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile
index 9921fae36..e0c646c1f 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -78,7 +78,7 @@ LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard ../lexers/Lex*.cxx))))
all: $(COMPLIB)
clean:
- $(DEL) *.o $(COMPLIB)
+ $(DEL) *.o $(COMPLIB) *.plist
deps:
$(CC) -MM $(CONFIGFLAGS) $(CXXTFLAGS) *.cxx ../src/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] >deps.mak