Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2c1de9c

Browse files
committedMar 11, 2025
Right smithy submodule
1 parent d8c6b30 commit 2c1de9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎SharedMakefile.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
# that are shared by all libraries in this repo.
77
PROJECT_ROOT := $(abspath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
88

9-
# TODO: DON'T FORGET TO CHANGE THIS
10-
SMITHY_DAFNY_ROOT := $(PROJECT_ROOT)/../smithy-dafny
9+
SMITHY_DAFNY_ROOT := $(PROJECT_ROOT)/submodules/smithy-dafny
1110
GRADLEW := ./runtimes/java/gradlew
1211

1312
include $(SMITHY_DAFNY_ROOT)/SmithyDafnyMakefile.mk

0 commit comments

Comments
 (0)
Please sign in to comment.