Fast Docker Volumes on MacOS Ventura using Colima
I had sync delays of about 15 seconds, when I changed a file on my MacOS fs and that it was seen as changed inside the docker container. This solved it: colima start --mount-type 9p
I had sync delays of about 15 seconds, when I changed a file on my MacOS fs and that it was seen as changed inside the docker container. This solved it: colima start --mount-type 9p
I am learning how to write a proper Makefile
using
https://makefiletutorial.com/#getting-started. And I am just writing down the things that jump at me, not complete neither a tutorial, just a look-up post or cheatsheet for me.
extern
keyword
I just had the error src/main.c:46: multiple definition of '_led'
again. I figured the extern
keyword is coming for my rescue.