diff options
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1 +1,19 @@ # My Core Utils + +## Build Slib + +```make +make lib +``` + +## Build Core + +```make +make core +``` + +## Build Smash + +``` +make smash +``` |
| index : reX | ||
| A Tiny Linux Distribution | Nathan Reiner <nathan@nathanreiner.xyz> |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | README.md | 18 |
@@ -1 +1,19 @@ # My Core Utils + +## Build Slib + +```make +make lib +``` + +## Build Core + +```make +make core +``` + +## Build Smash + +``` +make smash +``` |