10 Commits (507cf284a27d0664b4f981a43ed419a93680e2d2)

Author SHA1 Message Date
Kian Kasad 507cf284a2
Change `cp`/`chmod` to `install`
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.
5 years ago
crian 2b44212f45
Makefile: Set permission 5 years ago
crian 2c47e9e707
Makefile: Add uninstall 5 years ago
crian 9c9e08d2bc
Makefile: Use DESTDIR and PREFIX 5 years ago
Aidan 3906995607 Changed Makefile to use pkg-config to find libraries. 5 years ago
Aidan a22c6311cc Added -f option to rm in clean command. 5 years ago
Aidan 86f2909ba6 Changed Makefile to also complie when running install. 6 years ago
Aidan b998dd9d55 Added install option. 6 years ago
Aidan 9c88bb5245 Changed makefile to include X11 libraries. 6 years ago
Aidan c97d6d119e Added code files, and Makefile. 6 years ago