aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeLines
* Change `cp`/`chmod` to `install`Kian Kasad2020-05-04-2/+1
| | | The install command was meant for exactly this purpose; installing a file to a location and setting its permissions. This combines the `cp` and `chmod` commands into one `install` command.
* Makefile: Set permissioncrian2020-03-03-0/+1
|
* Makefile: Add uninstallcrian2020-03-02-0/+2
|
* Makefile: Use DESTDIR and PREFIXcrian2020-03-02-2/+4
|
* Changed Makefile to use pkg-config to find libraries.Aidan2019-12-12-4/+2
|
* Added -f option to rm in clean command.Aidan2019-11-26-1/+1
|
* Changed Makefile to also complie when running install.Aidan2019-03-26-1/+1
|
* Added install option.Aidan2019-03-24-0/+3
|
* Changed makefile to include X11 libraries.Aidan2019-03-24-7/+5
|
* Added code files, and Makefile.Aidan2019-03-24-0/+8