This commit is contained in:
parent
63a8221074
commit
855221d217
9
Makefile
9
Makefile
@ -53,3 +53,12 @@ install: $(TARGETS)
|
||||
|
||||
uninstall:
|
||||
rm -f /usr/local/bin/cnadd /usr/local/bin/cndump /usr/local/bin/cncount /usr/local/bin/cndel /usr/local/bin/cnfind /usr/local/bin/cnhelp
|
||||
|
||||
# Strict splint (very verbose, use with caution)
|
||||
splint-strict:
|
||||
splint +standard -I./include src/*.c
|
||||
|
||||
cppcheck:
|
||||
@echo "Running cppcheck..."
|
||||
@cppcheck --std=c90 --enable=warning,style,performance,portability \
|
||||
--suppress=missingIncludeSystem --quiet -I./include src/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user