To get information in console type ./make help
. You will get this information:
------------------------------
Usage: ./make [options]
./make help This help
./make phar_name [directory] [index_name] Create PHAR file
phar_name - name of output phar file
directory - (optional) source directory without separator, default ./src
index_name - (optional) name of file that execute phar without separator, default ./src/index.php
------------------------------