Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fluffysquirrels/toy-os


https://github.com/fluffysquirrels/toy-os

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Make targets

* make preprocess-c
preprocess all .c files into target/preprocess/%.c

* make clean && CONFIG_COMPILE_PREPROCESSED=1 make build
Compile with preprocessed output so you can debug with all macros expanded.
Use 'make clean' before and after building with this.