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 | f2027981798b479c0510da78de52ddec39287ee3 (patch) | |
| tree | 4d5a362f5a49a82473891a5d1b4ba1884abba3eb | |
| parent | 491c2528c45c8eaabae846a380f7eabe23db8eb5 (diff) | |
| download | scintilla-mirror-f2027981798b479c0510da78de52ddec39287ee3.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 |
