From fd7252d7d5a2df03cb9cd9b3838d6181fc051004 Mon Sep 17 00:00:00 2001 From: Bryan Roe Date: Thu, 14 Mar 2019 14:21:35 -0700 Subject: [PATCH] Fixed missing path for clean recipe on MacOS --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 93538d3..2e5cf0f 100644 --- a/makefile +++ b/makefile @@ -336,6 +336,7 @@ clean: rm -f microscript/*.o rm -f meshcore/*.o rm -f meshcore/KVM/Linux/*.o + rm -f meshcore/KVM/MacOS/*.o rm -f microlms/lms/*.o rm -f microlms/heci/*.o