File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The Makefile works out of the box on Linux and OSX (with developer tools).
1616The setup uses best practices and conventions learned from the Rust community.
1717Pull requests/fixes are welcome!
1818
19- * Latest feature: A 'rusti' like script similar to the bot in IRC !*
19+ * Latest feature: Type 'make loc' to count the lines of code in src folder !*
2020
2121What are these 'best practices'?
2222
@@ -53,7 +53,7 @@ For example:
53534 . Type 'make'.
5454
5555```
56- --- rust-empty (0.1 010 )
56+ --- rust-empty (0.1 014 )
5757make run - Runs executable
5858make exe - Builds main executable
5959make lib - Different kinds of libraries
@@ -68,6 +68,7 @@ make cargo-lite-lib - Setup library package
6868make rust-ci-lib - Setup Travis CI Rust library
6969make rust-ci-exe - Setup Travis CI Rust executable
7070make rusti - Setup 'rusti.sh' for interactive Rust
71+ make loc - Count lines of code in src folder
7172make clean - Deletes binaries and documentation.
7273make clear-project - WARNING: Deletes project files except 'Makefile'
7374make clear-git - WARNING: Deletes Git setup
You can’t perform that action at this time.
0 commit comments