fix(README+deps): better subtext + rename target

* catchier title for dev diary episode 1
* fixed target name for clean, which was 'clean-api', but should have
  been 'clean-all-api'
This commit is contained in:
Sebastian Thiel
2015-04-12 08:55:00 +02:00
parent 6d3dc77635
commit 75e73d56d9
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ Click the image below to see the playlist with all project related content:
Each episode sums up one major step in project development:
* [Episode 1](http://youtu.be/2U3SpepKaBE): generating Rust APIs
* [Episode 1](http://youtu.be/2U3SpepKaBE): How to write 78 APIs in 5s
# Build Instructions

View File

@@ -127,7 +127,7 @@ ${api_clean}:
% endfor
% endfor
clean${agsuffix}: ${space_join(1)} docs-clean${agsuffix}
clean-all${agsuffix}: ${space_join(1)} docs-clean${agsuffix}
cargo${agsuffix}: ${space_join(2)}
publish${agsuffix}: | gen-all${agsuffix} ${space_join(4)}
gen-all${agsuffix}: ${space_join(0)}