sircd/Makefile
2019-08-19 18:30:59 -05:00

7 lines
69 B
Makefile

GOPATH := $(shell pwd)
default: run
run: src/*.go
go run src/*.go