theseus-os / Theseus

Theseus is a modern OS written from scratch in Rust that explores ๐ข๐ง๐ญ๐ซ๐š๐ฅ๐ข๐ง๐ ๐ฎ๐š๐ฅ ๐๐ž๐ฌ๐ข๐ ๐ง: closing the semantic gap between compiler and hardware by maximally leveraging the power of language safety and affine types. Theseus aims to shift OS responsibilities like resource management into the compiler.

Home Page:https://www.theseus-os.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile error: `multiple target patterns. Stop.`

aghoneim92 opened this issue ยท comments

When running make run on mac, an error happens in the following lines in Makefile
555
558
566
619
It's due to the fact that colons are not escaped with backslashes in these files

Nevermind, it seems to have worked after I opened a new terminal tab, weird