Makefile 185 B

12345678910111213
  1. all: build
  2. .PHONY: init
  3. init:
  4. git submodule update --init --recursive
  5. .PHONY: deps
  6. deps:
  7. go install github.com/UnnoTed/fileb0x@v1.1.4
  8. .PHONY: build
  9. build:
  10. fileb0x fileb0x/b0x.yaml