7 lines
69 B
Makefile
7 lines
69 B
Makefile
GOPATH := $(shell pwd)
|
|
|
|
default: run
|
|
|
|
run: src/*.go
|
|
go run src/*.go
|