intermezzOS / kernel

A hobby operating system, in Rust
http://intermezzos.github.io/
Apache License 2.0
1.39k stars 90 forks source link

Set Makefile PHONY targets properly #104

Closed thejpster closed 7 years ago

thejpster commented 7 years ago

Targets should be set as PHONY in the Makefile when they don't correspond to actual files. As currently written, creating a file called 'run' in the root directory will stop the run command working.