-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Running cd contracts/project1 && make build
does not work due to the following issue:
cur_dir = $(dir $(abspath $(firstword $(MAKEFILE_LIST))))
CLANG := $(shell $(TOP)/scripts/find_clang)
This Makefile setup assumes that make is invoked from the workspace root, which breaks relative path resolution when run from a subdirectory.
Metadata
Metadata
Assignees
Labels
No labels