Skip to content

Commit

Permalink
Fix warning in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Mar 5, 2019
1 parent 6e37a68 commit c0dfafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ fn make_dist(root: &Path, target: &str, manifest: &str) -> PathBuf {
fn main() {
// Prepare target folder
fs::remove_dir_all("dist");
fs::remove_dir_all("dist").unwrap();
let path = PathBuf::from("dist");
// Copy files into im and im-rc subfolders
Expand Down

0 comments on commit c0dfafe

Please sign in to comment.