diff --git a/index.html b/index.html index 35d597447495140d726c6b2dcc65484b089d150d..1d109f95ccf0d3d03164d88ddff713ad870ceb15 100644 --- a/index.html +++ b/index.html @@ -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.