We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d691b commit 92a5bb8Copy full SHA for 92a5bb8
Makefile
@@ -1,4 +1,4 @@
1
-ifneq ($(MAKEFILE_LIST),$(lastword $(MAKEFILE_LIST)))
+ifneq ($(MAKEFILE_LIST),$(firstword $(MAKEFILE_LIST)))
2
$(error This Makefile is meant to be included, not executed directly)
3
endif
4
0 commit comments