diff options
author | Neil Hodgson <nyamatongwe@scintilla.org> | 2012-07-16 10:55:39 +1000 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@scintilla.org> | 2012-07-16 10:55:39 +1000 |
commit | 707295f44579feb15824c921ab7f1c1035251b04 (patch) | |
tree | 099419c078608c582854ec495a7472163a00dd0f | |
parent | d0d68491bcb988935126111cf0c8001b718d49a4 (diff) | |
download | scintilla-mirror-707295f44579feb15824c921ab7f1c1035251b04.tar.gz |
Remove files built as a side effect of clang --analyze.
-rw-r--r-- | gtk/makefile | 2 |
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 |