## hlint
###
hlint: $(HCOMPTA_INTERFACES:=/hlint.html)
+%/hlint: %/hlint.html
+
%/hlint.html: .
- hlint \
+ if hlint \
-i 'Redundant $$' \
-i 'Redundant bracket' \
-i 'Redundant do' \
-i 'Use String' \
-i 'Use string literal' \
--quiet --report="$@" \
- "$*"/Hcompta && rm -f "$@"
+ "$*"/Hcompta; \
+ then rm -f "$@"; \
+ else echo; echo "BROWSE REPORT AT: file://$(abspath $@)"; fi
#
## prof