This commit is contained in:
Mylloon 2025-01-17 10:52:49 +01:00
parent af8da0a524
commit 1ab631f15e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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