mishaturnbull / EasyService

Linux ease-of-use service manager program. Graphical.
4 stars 0 forks source link

Add makefile #2

Closed mishaturnbull closed 5 years ago

mishaturnbull commented 5 years ago

Adds a project makefile, with the following options:

make  # Compile main program
make clean  # Cleans up any debris left from compilation
sudo make install  # Install the necessary compiled executable & config to /usr/local/bin
sudo make uninstall  # Undo the effects of `sudo make install`