riscv64: lin-riscv64 aarch64: lin-aarch64 mips64el: lin-mips64el lin-%: zig build-exe lin.cc -target $*-linux-musl -lc --name $*.elf file $*.elf qemu-$* $*.elf win: zig build-lib -dynamic -target x86_64-windows -lc windll.cc zig build-exe win.cc -target x86_64-windows -lc windll.lib file win.exe windll.dll wine win.exe clean: git clean -fdx .