cs-pub-ro / operating-systems

Teaching resources (OER) for Operating Systems
https://cs-pub-ro.github.io/operating-systems/
Other
7 stars 55 forks source link

chapters/compute/lecture-demos: Fix missing Makefile `include`s #130

Open teodutu opened 2 weeks ago

teodutu commented 2 weeks ago

74 transitioned the Compute chapter to the Open Education Hub methodology, creating the lecture-demos subchapter [1]. The makefiles in these demos (such as [2]) reference an inexisting common Makefile we plan to remove.

These makefiles need to be updated and made independent of other makefiles. The Makefile for each demo must contain all the rules necessary to create the binary files.

[1] https://github.com/cs-pub-ro/operating-systems/tree/bce2316283a7585b23f9adfc54c85c89e3ed32cd/chapters/compute/lecture-demos [2] https://github.com/cs-pub-ro/operating-systems/blob/bce2316283a7585b23f9adfc54c85c89e3ed32cd/chapters/compute/lecture-demos/copy-on-write/Makefile#L3