You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix duplicate .PHONY: lint on line 85, should be .PHONY: nilcheck
- Fix lowercase .phony directives (GNU Make is case-sensitive)
.phony has no effect; .PHONY is required
0 commit comments