Skip to content

Commit e1c75ad

Browse files
committed
Merge #67
67: add symlinks to /target r=japaric a=japaric 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 cc @WimbledonLabs thoughts?
2 parents 338f4ff + 1770c19 commit e1c75ad

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)