open-education-hub / operating-systems

Teaching resources (OER) for Operating Systems
https://open-education-hub.github.io/operating-systems/
Other
63 stars 144 forks source link

asg/mini-libc: Use absolute path for SRC_PATH #327

Closed Alex-deVis closed 11 months ago

Alex-deVis commented 11 months ago

Use the absolute path of SRC_PATH in tests/Makefile rather than prepending ../ when changing the directory.

Alex-deVis commented 11 months ago

You are right, this is the correct way to do it. Push the changes to my branch and we can merge this.