Files
go-zig-compiler/Makefile
2025-05-24 15:26:30 -05:00

6 lines
113 B
Makefile

run:
go run internal/main.go -o hello.zig programs/hello.go && zig run hello.zig
test:
go test ./internal/zig