sircd/Makefile

7 lines
69 B
Makefile
Raw Normal View History

2019-08-19 23:30:59 +00:00
GOPATH := $(shell pwd)
default: run
run: src/*.go
go run src/*.go