1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

Fixed missing path for clean recipe on MacOS

This commit is contained in:
Bryan Roe
2019-03-14 14:21:35 -07:00
parent ac1844f0b0
commit fd7252d7d5

View File

@@ -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