Skip to content

Commit

Permalink
fix(README+deps): better subtext + rename target
Browse files Browse the repository at this point in the history
* catchier title for dev diary episode 1
* fixed target name for clean, which was 'clean-api', but should have
  been 'clean-all-api'
  • Loading branch information
Byron committed Apr 12, 2015
1 parent 6d3dc77 commit 75e73d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/mako/deps.mako
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 75e73d5

Please sign in to comment.