This commit is contained in:
2019-08-19 21:15:56 -05:00
parent a3b2ad1703
commit b936973154
6 changed files with 165 additions and 80 deletions

View File

@@ -1,6 +1,8 @@
GOPATH := $(shell pwd)
default: run
run: src/*.go
go run src/*.go
run: *.go */*.go
go run main.go
fmt:
go fmt *.go
go fmt sircd/*.go