From 0f2e5aad098794317601178e1fa6db86cb8aad5c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 10 Jul 2022 13:14:17 -0600 Subject: Integrate pkg/btrfs/Makefile in to Makefile and .build.yml --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 73263d0..1a14ffe 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,14 @@ lint: tools/bin/golangci-lint tools/bin/golangci-lint run ./... .PHONY: lint +generate: + $(MAKE) -C pkg/btrfs +.PHONY: generate + +generate-clean: + $(MAKE) -C pkg/btrfs clean +.PHONY: generate-clean + # tools tools/bin/%: tools/src/%/pin.go tools/src/%/go.mod -- cgit v1.1-4-g5e80