Commit Graph

6 Commits

Author SHA1 Message Date
Your Name 5c929f2b7f build.sh only 2025-08-20 06:05:47 -04:00
Your Name 10baf023c6 . 2025-08-14 15:49:32 -04:00
Your Name 22a0f47707 cleanup 2025-08-14 15:38:15 -04:00
Your Name 5d13dd2df3 first commit 2025-08-14 15:33:41 -04:00
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
Your Name 4201e97780 Initial commit: Generalized C project template with automatic versioning 2025-08-14 15:26:25 -04:00