Stdlib target notice

This commit is contained in:
Mylloon 2023-09-19 15:42:14 +02:00
parent af73d599ef
commit 07349b3c15
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -8,7 +8,8 @@
Copy and paste [`c/`](./c/) directory, and you should be good to go!
- Remember to change executable's name in the [`Makefile`](./c/Makefile).
- Remember to change executable's name and change std's target in
the [`Makefile`](./c/Makefile).
- **Run `make` to compile the program.**
- **Run `make dev` to compile the program in debug mode.**
- **Run `make clean` to clean artifacts.**
@ -19,7 +20,8 @@ Copy and paste [`c/`](./c/) directory, and you should be good to go!
Copy and paste [`cpp/`](./cpp/) directory, and you should be good to go!
- Remember to change executable's name in the [`Makefile`](./cpp/Makefile).
- Remember to change executable's name and change std's target in
the [`Makefile`](./cpp/Makefile).
- **Run `make` to compile the program.**
- **Run `make dev` to compile the program in debug mode.**
- **Run `make clean` to clean artifacts.**