fermi/makefile

9 lines
75 B
Makefile
Raw Normal View History

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