go-zig-compiler/Makefile

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