typos
This commit is contained in:
parent
af8da0a524
commit
1ab631f15e
1 changed files with 4 additions and 4 deletions
|
@ -29,8 +29,8 @@ Copy and paste [`cpp/`](./cpp/) directory, and you should be good to go!
|
|||
|
||||
- Remember to change executable's name and change std's target in
|
||||
the [`Makefile`](./cpp/Makefile).
|
||||
- **Run `make` to build and run the program.**
|
||||
- **Run `make build` to only build the program.**
|
||||
- **Run `make` to compile the program in release mode.**
|
||||
- **Run `make debug` to compile the program in debug mode.**
|
||||
- **Run `make clean` to clean artifacts.**
|
||||
|
||||
## Java
|
||||
|
@ -39,8 +39,8 @@ Copy and paste [`java/`](./java/) directory, and you should be good to go!
|
|||
|
||||
- Remember to change executable's name and change std's target in
|
||||
the [`Makefile`](./java/Makefile).
|
||||
- **Run `make` to compile the program in release mode.**
|
||||
- **Run `make debug` to compile the program in debug mode.**
|
||||
- **Run `make` to build and run the program.**
|
||||
- **Run `make build` to only build the program.**
|
||||
- **Run `make clean` to clean artifacts.**
|
||||
|
||||
## LaTeX
|
||||
|
|
Loading…
Add table
Reference in a new issue