From 0d0c13292a2b5f892531762665ef4259d37b0c3d Mon Sep 17 00:00:00 2001
From: pelibby16 <pelibby16@earlham.edu>
Date: Tue, 17 Sep 2024 15:51:33 -0400
Subject: [PATCH] add suggestion for build-and-install

---
 cs-fundamentals/build-and-install.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cs-fundamentals/build-and-install.md b/cs-fundamentals/build-and-install.md
index fd383bb..2e71dfd 100644
--- a/cs-fundamentals/build-and-install.md
+++ b/cs-fundamentals/build-and-install.md
@@ -42,7 +42,8 @@ If you have your own Linux system you should read the man page the appropriate p
 
 Your deliverables will be part of your C project and must include:
 * a Makefile with options for "all", "clean", and your executables
-* demonstrated ability to build and run on at least two machines (e.g. a Mac and a CentOS server), you are on the honor system for testing your Makefile on at least two machines although we may ask for a demonstration
+* demonstrated ability to build and run on at least two machines (e.g. a Mac and a CentOS server), you are on the honor system for testing your Makefile on at least two machines although we may ask for a demonstration.
+  * Hamilton and Whedon would be good choices, Hamilton uses Debian, Whedon uses AlmaLinux.
 * there is no specific deliverable for the package managers portion
 
 Hint: "adds Makefile" or "add Makefile" might be a good commit message...
-- 
GitLab