Files
sofmani/Makefile

8 lines
60 B
Makefile

.PHONY: build
build:
go build
.PHONY: run
run:
./sofmani