Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make use of ‘export’ in GNU make | Thomas Voss | 2023-11-15 | 1 | -4/+5 |
| | |||||
* | Don’t use ‘dir’ as a variable name | Thomas Voss | 2023-11-15 | 1 | -1/+1 |
| | | | | | The variable name ‘dir’ conflicts with the ‘$(dir)’ function, and causes issues with Tree-Sitter syntax highlighting. | ||||
* | Pass ‘-o’ to git ls-files | Thomas Voss | 2023-11-14 | 1 | -1/+1 |
| | |||||
* | Remove unused rule | Thomas Voss | 2023-11-14 | 1 | -4/+1 |
| | |||||
* | Set MAKEFLAGS | Thomas Voss | 2023-11-12 | 1 | -0/+2 |
| | |||||
* | Use $(MAKE) instead of make | Thomas Voss | 2023-11-12 | 1 | -1/+1 |
| | |||||
* | Switch from a Makefile to a (better written) GNUmakefile | Thomas Voss | 2023-11-06 | 1 | -0/+53 |