mosscomp / moss

A computer for human beings.
https://mosscomp.com
Apache License 2.0
42 stars 2 forks source link

Add simulation section and clean up os section of Makefile #29

Closed hasheddan closed 2 years ago

hasheddan commented 2 years ago

Previously the OS targets were rebuilding every invocation (i.e. used named targets that weren't files). This refactors to only build when necessary. It also adds a hardware section with support for simulation.

Signed-off-by: hasheddan georgedanielmangum@gmail.com