Makefile: restore broken linter

This commit is contained in:
Conner Fromknecht 2018-07-31 01:29:33 -07:00
parent cf2c371042
commit e3138004ca
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

@ -199,7 +199,7 @@ fmt:
lint: $(LINT_BIN)
@$(call print, "Linting source.")
$(LINT_BIN) --install 1> /dev/null
test -z "$($(LINT))"
test -z "$$($(LINT))"
list:
@$(call print, "Listing commands.")