pervognsen / bitwise

Bitwise is an educational project where we create the software/hardware stack for a computer from scratch.
Other
5.14k stars 212 forks source link

How to build this? #78

Closed theonekeyg closed 4 years ago

theonekeyg commented 4 years ago

This might be a dumb question, but how are you supposed to build this? There is no makefiles, shell scripts or cmake files. Sorry if that's an obvious question.

theonekeyg commented 4 years ago

Nevermind, it appears that ion/main.c just imports all the other *.c files, so compiling him alone does it, what a unique project structure!