Skip to content

Commit 92a5bb8

Browse files
committed
fix: check makefile differently
1 parent e4d691b commit 92a5bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ifneq ($(MAKEFILE_LIST),$(lastword $(MAKEFILE_LIST)))
1+
ifneq ($(MAKEFILE_LIST),$(firstword $(MAKEFILE_LIST)))
22
$(error This Makefile is meant to be included, not executed directly)
33
endif
44

0 commit comments

Comments
 (0)