sircd/Makefile
2019-08-19 21:15:56 -05:00

9 lines
85 B
Makefile

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