play snaek
for debug buld
$ make
for reelase build
$ make DEBUG=0
you can chaeng hte folders too
$ make SRC_DIR=~/mysrc INC_DIR=~/myinc OBJ_DIR=~/myobj BIN_DIR=~/mybin
maek clean
$ make clean
Note that you have to call clean with your custom configuration if you want to clean up your custom build.