Skip to content

Commit 1770c19

Browse files
committed
add symlinks to /target
moving to workspaces means that now the target directory will now be at the root of the repo. This doesn't match the text which says that target is right next to the Cargo.toml of each Cargo project. Workaround (only on *nix?) the problem by adding symlinks closes #66
1 parent 338f4ff commit 1770c19

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

src/05-led-roulette/target

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../target

src/06-hello-world/target

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../target

src/07-registers/target

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../target

src/08-leds-again/target

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../target

src/09-clocks-and-timers/target

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../target

src/11-usart/target

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../target

src/14-i2c/target

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../target

src/15-led-compass/target

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../target

src/16-punch-o-meter/target

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../target

0 commit comments

Comments
 (0)