diff --git a/cs-fundamentals/build-and-install.md b/cs-fundamentals/build-and-install.md
index fd383bb156fc5ebea8cda8f7eb9afa62f5d3ec2f..2e71dfd17ec15c3f991abddbdcaf4b1105cd3e78 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...