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 6bc02ac commit e4d691bCopy full SHA for e4d691b
Makefile
@@ -1,3 +1,7 @@
1
+ifneq ($(MAKEFILE_LIST),$(lastword $(MAKEFILE_LIST)))
2
+$(error This Makefile is meant to be included, not executed directly)
3
+endif
4
+
5
# This Makefile is intended to be called by higher level/project Makefiles
6
# It bakes in a number of standard practices include the use of the src
7
# directory (choose your build dir as appropriate).
0 commit comments