mirror of
https://github.com/chenasraf/sofmani.git
synced 2026-05-17 17:28:04 +00:00
8 lines
60 B
Makefile
8 lines
60 B
Makefile
.PHONY: build
|
|
build:
|
|
go build
|
|
|
|
.PHONY: run
|
|
run:
|
|
./sofmani
|