forgezero-cli/ForgeZero: 🌱 ForgeZero is a high-performance, zero-overhead build tool for assembly and C developers. It wraps NASM, GAS, FASM, GCC, Clang, and LD into a single unified command-line interface — no Makefiles, no build scripts, no configuration required to get started. (opens in new tab)
So I've been solo-building fz — a fast, opinionated build tool for C/ASM projects written in Go. No Makefile hell, no CMake nightmares. Just a single binary that figures out your toolchain and gets out of the way. Today I shipped 1.9.0 (and a quick 1.9.2 patch). Here's what changed — and why I started poking at Rust. What's new in 1.9.0 Cross-compilation with -target fz -target arm-linux-gnueabihf fz -target riscv64-linux-gnu fz -target x86_64-w64-mingw32 fz now auto-selects the righ...
Read the original article