Commit Graph

1 Commits

Author SHA1 Message Date
Your Name ce51c9d431 Complete generalized C template with automatic versioning system
- Generalized build.sh script that works with any C project
- Dynamic project name detection from directory name
- Automatic version increment with each build following AUTOMATIC_VERSIONING guide
- Generic version header generation with build info and git metadata
- Template Makefile for C projects
- Example main.c demonstrating version API usage
- Proper .gitignore for auto-generated files
- Maintains compliance with workspace rules (single Makefile, build.sh usage)
- Fully functional template ready for new C projects
2025-08-14 15:28:34 -04:00