sircd/Makefile

9 lines
85 B
Makefile

default: run
run: *.go */*.go
go run main.go
fmt:
go fmt *.go
go fmt sircd/*.go