coroutine
coroutine copied to clipboard
fix missing dependecies in Makefile
This PR fixes an issue in the Makefile. Specifically, previously, any modifications of files like coroutine.h would not trigger a rebuild of main. The PR fixes this by including them as additional dependencies.