From 1eb8d143726c98b8ca825c5924e32325f1a8b0a1 Mon Sep 17 00:00:00 2001 From: Alexandre Kaspar <akaspar@mit.edu> Date: Fri, 25 Oct 2019 12:25:52 -0400 Subject: [PATCH] Fixed spacing --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 1d109f9..f0a4a9d 100644 --- a/index.html +++ b/index.html @@ -151,6 +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="600"> -- GitLab