diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:45:14 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-17 23:45:14 +0100 |
| commit | bd4df085d055594241a0c83dd98863597644251f (patch) | |
| tree | 2a1d6b07c5436eae4d36dbbb5a95173b8467a1b3 | |
| parent | c0e74ffb23fcc5f9705c02487119216b54bdce5d (diff) | |
change README.md
| -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 +``` |