diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-28 17:50:36 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-04-28 17:50:36 +1000 |
| commit | 79592de3bd0e18e0b11327290bf97911d3752d0a (patch) | |
| tree | 3fda218f0a93003d409b69d3a1fd2085c1bc1b62 /.gitignore | |
| parent | d0dc45d24f6c7d210920fa918c94b93642525dca (diff) | |
chore(Makefile): Change OUTDIR from dist/ to build/
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ # so just remember to put all executables in the dist/ directory. -dist/* +build/* .cache/* tests/logs/* bench/dist/* |
