fermi/makefile

9 lines
75 B
Makefile

run:
go run f.go
build:
go build f.go
install: f
sudo mv f /usr/bin/f