Skip to content
Snippets Groups Projects
Commit 796e2694 authored by Alexandre Kaspar's avatar Alexandre Kaspar
Browse files

Changed image sizes

parent e76d671c
No related branches found
No related tags found
No related merge requests found
Pipeline #4508 passed
......@@ -54,13 +54,13 @@ man make
That should give you an interactive stream that you can go over (down/up arrows) and search through (`/` character, followed by search query).
<img src="images/man_make.png" width="800">
<img src="images/man_make.png" width="600">
To exit that manual, just press `q` (quit).
To get some help and figure out how to use the manual functions, press `h` (help).
<img src="images/man_help.png" width="600">
<img src="images/man_help.png" width="400">
Now, we're ready to start looking at those commands.
......@@ -151,7 +151,7 @@ Most examples in the class are not named with that single same name because it w
By naming the file `myprogram.c.make`, we know that the makefile is associated with the program `myprogram.c`, but then we have to specify the `makefile` that makes uses.
Here is that argument in the manual:
<img src="images/man_make_f.png" width="800">
<img src="images/man_make_f.png" width="600">
Back to the command, `make -f hello.ftdi.44.echo.c.make program-usbtiny` ends up running the target `program-usbtiny` in the makefile.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment