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)
|
lint: $(LINT_BIN)
|
||||||
@$(call print, "Linting source.")
|
@$(call print, "Linting source.")
|
||||||
$(LINT_BIN) --install 1> /dev/null
|
$(LINT_BIN) --install 1> /dev/null
|
||||||
test -z "$($(LINT))"
|
test -z "$$($(LINT))"
|
||||||
|
|
||||||
list:
|
list:
|
||||||
@$(call print, "Listing commands.")
|
@$(call print, "Listing commands.")
|
||||||
|
Loading…
Reference in New Issue
Block a user