Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: customize blocks | eug-vs | 2021-03-30 | -1/+1 |
| | ||||
* | Fix LDFLAGS for Ubuntu | Victor Timofei | 2020-12-23 | -1/+2 |
| | ||||
* | Added back the ability to change compiler with CC environment variable. | aidan | 2020-08-19 | -1/+2 |
| | ||||
* | Merge pull request #12 from kdkasad/patch-1 | torrinfail | 2020-08-12 | -2/+1 |
|\ | | | | | Change `cp`/`chmod` to `install` in Makefile | |||
| * | Change `cp`/`chmod` to `install` | Kian Kasad | 2020-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. | |||
* | | added blocks.def.h to act as default blocks file so that changes made in | Aidan | 2020-08-11 | -3/+7 |
| | | | | | | | | the future will not affect csutom blocks.h files. | |||
* | | Merge branch 'master' into patch-1 | torrinfail | 2020-07-28 | -2/+2 |
|\ \ | ||||
| * | | Added variable in makefile to change c compiler | Aidan | 2020-07-06 | -2/+2 |
| |/ | ||||
* / | Fixed argument order for gcc | Taylor Henderson | 2020-05-29 | -1/+1 |
|/ | ||||
* | Makefile: Set permission | crian | 2020-03-03 | -0/+1 |
| | ||||
* | Makefile: Add uninstall | crian | 2020-03-02 | -0/+2 |
| | ||||
* | Makefile: Use DESTDIR and PREFIX | crian | 2020-03-02 | -2/+4 |
| | ||||
* | Changed Makefile to use pkg-config to find libraries. | Aidan | 2019-12-12 | -4/+2 |
| | ||||
* | Added -f option to rm in clean command. | Aidan | 2019-11-26 | -1/+1 |
| | ||||
* | Changed Makefile to also complie when running install. | Aidan | 2019-03-26 | -1/+1 |
| | ||||
* | Added install option. | Aidan | 2019-03-24 | -0/+3 |
| | ||||
* | Changed makefile to include X11 libraries. | Aidan | 2019-03-24 | -7/+5 |
| | ||||
* | Added code files, and Makefile. | Aidan | 2019-03-24 | -0/+8 |