Skip to content

Commit

Permalink
Remove redundant build files
Browse files Browse the repository at this point in the history
I think these were leftovers from before Cargo. `cargo build` works
instead of `make`, `cargo test` instead of `make check` and `cargo doc`
instead of `make doc`.
  • Loading branch information
ruuda committed Nov 19, 2014
1 parent e5e7491 commit 00aef34
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cargo.lock
/target/
/doc
33 changes: 0 additions & 33 deletions Makefile.in

This file was deleted.

4 changes: 0 additions & 4 deletions configure

This file was deleted.

0 comments on commit 00aef34

Please sign in to comment.