commit 02a3229599860a2a682633a5abcdef3831a5f937 parent 34ac7941d3a2c67bc064c1e4ad98fd94f692f429 Author: Nathaniel Chappelle <nathaniel@chappelle.dev> Date: Wed, 4 Feb 2026 21:59:01 -0800 Stop tracking real makefile, adding example Diffstat:
| M | .gitignore | | | 1 | + |
| R | Makefile -> Makefile.Example | | | 0 |
2 files changed, 1 insertion(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1 +1,2 @@ dist/ +Makefile diff --git a/Makefile b/Makefile.Example