Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 63d431c

Browse files
bors[bot]workflow
andauthored
Merge #1738
1738: Fix make install path r=thomaseizinger a=workflow Resolves #1736 Co-authored-by: Florian Peter <florian.peter@gmx.at>
2 parents 5d8b33e + 39974a8 commit 63d431c

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
@@ -37,7 +37,7 @@ yarn_install:
3737
## User install
3838

3939
install:
40-
$(CARGO) install --force --path .
40+
$(CARGO) install --force --path cnd
4141

4242
clean:
4343
$(CARGO) clean

0 commit comments

Comments
 (0)