Project description
$ git clone git@github.com:DiscordTime/ata.git
$ cd ata$ makeThis will create a binary(ata) on current folder and set a version variable to it.
$ make runThis command will run ./ata
$ make testThis will run all possible args in ata binary.
$ make installThis will install ata binary on ~/.local/bin/ and install completion on /etc/bash_completion.d/
⚠️ To change binary installation path you can set the variable BIN_PATH when make install on environment as the example below.
$ make install BIN_PATH=/usr/bin/$ make uninstallThis will remove completion.bash file and ata binary.
⚠️ If you change the BIN_PATH on installation you may set the correct BIN_PATH to uninstall.
$ make uninstall BIN_PATH=/usr/bin