aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--win32/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index c71997c65..1e275d972 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -34,7 +34,10 @@ endif
ALL: $(COMPONENT) $(LEXCOMPONENT) $(LEXLIB) ScintillaWinS.o
clean:
- $(DEL) *.exe *.o *.obj *.dll *.res *.map
+ $(DEL) *.exe *.o *.obj *.dll *.res *.map *.plist
+
+analyze:
+ clang --analyze -D DISABLE_D2D $(CXXFLAGS) *.cxx ../src/*.cxx ../lexlib/*.cxx ../lexers/*.cxx
deps:
$(CC) -MM $(CXXFLAGS) *.cxx ../src/*.cxx ../lexlib/*.cxx ../lexers/*.cxx >deps.mak