Skip to content

Commit 3ff4074

Browse files
committed
Merge branch 'master' of https://github.com/bvssvni/rust-empty
2 parents a3a4f74 + 4331ecb commit 3ff4074

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Makefile works out of the box on Linux and OSX (with developer tools).
1616
The setup uses best practices and conventions learned from the Rust community.
1717
Pull 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

2121
What are these 'best practices'?
2222

@@ -53,7 +53,7 @@ For example:
5353
4. Type 'make'.
5454

5555
```
56-
--- rust-empty (0.1 010)
56+
--- rust-empty (0.1 014)
5757
make run - Runs executable
5858
make exe - Builds main executable
5959
make lib - Different kinds of libraries
@@ -68,6 +68,7 @@ make cargo-lite-lib - Setup library package
6868
make rust-ci-lib - Setup Travis CI Rust library
6969
make rust-ci-exe - Setup Travis CI Rust executable
7070
make rusti - Setup 'rusti.sh' for interactive Rust
71+
make loc - Count lines of code in src folder
7172
make clean - Deletes binaries and documentation.
7273
make clear-project - WARNING: Deletes project files except 'Makefile'
7374
make clear-git - WARNING: Deletes Git setup

0 commit comments

Comments
 (0)