diff --git a/backend/Makefile b/backend/Makefile index 8ae06da..b57dc85 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -34,10 +34,12 @@ osx: deps linux: deps GOARCH=$(ARCH) GOOS=linux go build $(LDFLAGS) -o $(PROG)-linux-$(ARCH) - bundle: rice embed-go +test: + go test -v + dev: clean all