diff options
author | NRK <nrk@disroot.org> | 2022-06-15 11:55:16 +0600 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-06-25 08:27:01 +0200 |
commit | f23d57d4ada2dbab52e26073d462ebee57cf53a9 (patch) | |
tree | f22fde4580fba7aac52d3fafecda0130b66dcb35 /Makefile | |
parent | 658a935c04ba6dd1bfb370ad0e209046dd90402f (diff) |
[ci]: use cppcheck and clang-tidy for static analysis
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ version.h: config.mk .git/index .git/index: +dump_cppflags: + @echo $(nsxiv_cppflags) + clean: rm -f *.o nsxiv version.h |