Though not strictly required, you might consider adding the binary file to your `$PATH`.
Otherwise, run the following from your shell:
cd ./bin
cprint "Define your text here!" "red"
Running a first test: (This will print “Hello, world!” in green.)
make test
Printing user-defined text:
msg="Define your text here!"
color="red"
make cprint msg="$msg" color="$color"
- black
- red
- green
- orange
- blue
- purple
- cyan
- lightgray
- darkgray
- lightred
- lightgreen
- yellow
- lightblue
- lightcyan
- white