Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-04 | Change `cp`/`chmod` to `install` | Kian Kasad | |
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. | |||
2020-03-03 | Makefile: Set permission | crian | |
2020-03-02 | Makefile: Add uninstall | crian | |
2020-03-02 | Makefile: Use DESTDIR and PREFIX | crian | |
2019-12-12 | Changed Makefile to use pkg-config to find libraries. | Aidan | |
2019-11-26 | Added -f option to rm in clean command. | Aidan | |
2019-03-26 | Changed Makefile to also complie when running install. | Aidan | |
2019-03-24 | Added install option. | Aidan | |
2019-03-24 | Changed makefile to include X11 libraries. | Aidan | |
2019-03-24 | Added code files, and Makefile. | Aidan | |