Aryadev Chavali
a763bff532
Added release mode building
...
Now the build script enables you to:
- Build in debug mode (default no arguments)
- Build in debug mode then run (`run` argument)
- Build in release mode (`release` argument)
2025-12-12 04:33:13 +00:00
Aryadev Chavali
7e801df280
no more numerics
2025-12-12 03:55:43 +00:00
Aryadev Chavali
1bd8a9f7b2
Add run component to build script, activated by passing argument run
2025-11-28 17:21:21 +00:00
Aryadev Chavali
0008c31f53
Add src/worker.cpp to build pipeline
2025-11-27 01:53:20 +00:00
Aryadev Chavali
6247f2af49
Add src/state.cpp to the build pipeline
2025-11-27 01:44:23 +00:00
Aryadev Chavali
739409d3be
Use a shell script over a makefile
...
Simpler build system, easier to read.
2025-11-27 00:45:51 +00:00