From d4b401fb7191e5fdf26ee454807857c2fb9b8c6f Mon Sep 17 00:00:00 2001
From: Erik Strand <erik.strand@cba.mit.edu>
Date: Fri, 1 Mar 2019 14:15:07 -0500
Subject: [PATCH] Fix bad comment in Makefile

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 28bfed9..0af9965 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-# This Makefile compiles and flashes four different programs:
+# Each .cpp file is independent.
+# Run "make thread", "make pi_threads", etc. to build one.
 
 CPPFLAGS=-Wall -O3 -pthread -std=c++11 -ffast-math
 
-- 
GitLab