blob: b2e75a8020f3c8229b5ac0c38811e819b3f52d28 [file]
.PHONY: shivas
shivas:
go build -o shivas main.go
.PHONY: clean
clean:
$(RM) shivas