From 6fcbb67ce3c445a3dfd9f4bb33f1379bb5e2702f Mon Sep 17 00:00:00 2001
From: Peter Thedens <pthedens@iastate.edu>
Date: Sun, 3 Dec 2017 22:12:30 -0600
Subject: [PATCH] add to file outline

---
 quad/doc/Makefiles.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/quad/doc/Makefiles.md b/quad/doc/Makefiles.md
index 7aa684fc2..1f45df119 100644
--- a/quad/doc/Makefiles.md
+++ b/quad/doc/Makefiles.md
@@ -1,4 +1,17 @@
 #  How to use the makefiles
+## library.mk
+This contains many definitions of make targets
+//describe existing targets
 
+## executable.mk
+//describe targets
 
+## quad/Makefile
+// describe what is here
 
+## Low level Makefile
+Each library needs its own Makefile.
+//Give contents of the makefiles
+
+## How to add a library
+//how would you add a library?
-- 
GitLab