Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandrenkov authored Jul 3, 2018
1 parent 738ea1a commit 8333a84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Compilation is currently supported for Windows and Linux distributions. However

### Makefile Targets
Here is a list of supported **makefile** targets:
1. `make clean`: Cleans the build directory.
1. `make build`: Compiles the Java source files.
1. `make run`: Runs the application.
1. `make jar`: Creates an executable JAR file.
1. `make clean`: Cleans the build directory.
1. `make doc`: Generates the Javadoc documentation.
1. `make jar`: Creates an executable JAR file.
1. `make run`: Runs the application.

0 comments on commit 8333a84

Please sign in to comment.