Release v1.3.21: Fix GitHub Actions Binary Build
Fixes
- Fixed Makefile CXXFLAGS issue with empty -I flag that prevented proper compilation
- Added separate OBJ_CXXFLAGS for object file compilation without Python dependencies
- Simplified GitHub Actions workflow to avoid masked errors with || true statements
- Use explicit binary names instead of make variables in shell scripts for better compatibility
- Improved build reliability in CI environment
Changes
- All binary files should now compile correctly in GitHub Actions (not just kmer_counter)
- Better error reporting during CI builds
- Version updated to 1.3.21
This release focuses on fixing the compilation issues in GitHub Actions where only kmer_counter binary was being built while other binaries failed silently.