1
0
Fork 0
go-raytracer/makefile
2025-06-08 15:51:07 +02:00

6 lines
48 B
Makefile

GO=go
.PHONY: game
game:
$(GO) build -o $@ .