Files
raylib-speedruns/go/Makefile
2026-03-11 20:29:13 +01:00

3 lines
50 B
Makefile

raylib_go: main.go
go build -o raylib_go main.go