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 92a5bb8 commit fde9295Copy full SHA for fde9295
Makefile
@@ -1,5 +1,5 @@
1
-ifneq ($(MAKEFILE_LIST),$(firstword $(MAKEFILE_LIST)))
2
-$(error This Makefile is meant to be included, not executed directly)
+ifeq ($(realpath $(lastword $(MAKEFILE_LIST))), $(realpath $(firstword $(MAKEFILE_LIST))))
+$(error The Makefile in @openapi-typescript-infra/service is meant to be included, not executed directly)
3
endif
4
5
# This Makefile is intended to be called by higher level/project Makefiles
0 commit comments