Makefile: restore broken linter
This commit is contained in:
parent
cf2c371042
commit
e3138004ca
2
Makefile
2
Makefile
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user