Stdlib target notice
This commit is contained in:
parent
af73d599ef
commit
07349b3c15
1 changed files with 4 additions and 2 deletions
|
@ -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.**
|
||||
|
|
Loading…
Reference in a new issue