From 2111fcc323c9f2067c594f644979b5c1b7648f1c Mon Sep 17 00:00:00 2001 From: Joshua Fife Date: Fri, 25 Jun 2021 12:12:23 -0600 Subject: [PATCH] few makefile instruction changes Signed-off-by: Joshua Fife --- docs/Understanding-Makefile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Understanding-Makefile.rst b/docs/Understanding-Makefile.rst index 6b05dba..492ec9a 100644 --- a/docs/Understanding-Makefile.rst +++ b/docs/Understanding-Makefile.rst @@ -1,6 +1,6 @@ Customizing the Makefiles from Symbiflow-examples For Your Own Designs ======================================================================= -A key step in creating your own designs is understanding how to use the Makefiles in symbiflow-examples. This tutorial walks you through some of the key aspects of working with the Makefiles in symbiflow-examples to allow for better debugging. +A key step in creating your own designs is understanding how to use the Makefiles in symbiflow-examples. This tutorial walks you through some of the key aspects of working with the Makefiles in symbiflow-examples to allow for better debugging as well as how to tailor the Makefiles to your own designs. Example -------