stack.mk 95 B

12345678
  1. STACK=stack
  2. ifneq ($(wildcard $(TOP)/stack.yaml),)
  3. HAS_STACK := 1
  4. else
  5. HAS_STACK :=
  6. endif