aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-18 11:28:39 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-18 11:28:39 -0800
commit0b0e99bfac8e11463ae15211882aab98ba150dcb (patch)
treebbcce8c175438e8f6152207c9cd9099942230b2f /Makefile
parente98574570ec0e355c6cff2b6e30bd992f20fe610 (diff)
A few more pedantic cleanups
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 00ef21f..06b0854 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ splint:
splint -posix-lib -standard -mustfreefresh -mustfreeonly -temptrans -immediatetrans -branchstate \
-compmempass -nullret -nullpass -nullderef -kepttrans -boolops -initallelements -fullinitblock \
-compdef -usereleased -unrecog -dependenttrans -predboolothers -ownedtrans -unqualifiedtrans \
- -onlytrans $(CFILES) bp.c
+ -onlytrans -usedef -nullassign -compdestroy -globstate -nullstate -statictrans -predboolint \
+ $(CFILES) bp.c
install: $(NAME)
mkdir -p -m 755 "$(PREFIX)/share/man/man1" "$(PREFIX)/bin" "$(SYSCONFDIR)/xdg/$(NAME)"