We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checkmake/parser/parser.go
Lines 48 to 49 in ca982ae
Those regex definitions don't recognize VAR=blah or VAR:=blahand flag such lines as needing.PHONY`.
VAR=blah
and flag such lines as needing
1 ifeq ($(OS), Windows_NT) >> 2 MKDIR:=$(shell which mkdir.exe) 3 else ~ 4 MKDIR := mkdir 5 endif
The text was updated successfully, but these errors were encountered:
No branches or pull requests
checkmake/parser/parser.go
Lines 48 to 49 in ca982ae
Those regex definitions don't recognize
VAR=blah
or VAR:=blahand flag such lines as needing
.PHONY`.The text was updated successfully, but these errors were encountered: