summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2022-07-10 13:14:17 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2022-07-10 13:34:59 -0600
commite47c4b75baa6cadda735eaaf29f54eb7339c276e (patch)
tree796d149c8c22e57f821eee992b10694b4343ef80
parent91bf7111d67c02d9d262f34a6e864ff046f4d1ef (diff)
Integrate pkg/btrfs/Makefile in to Makefile and .build.yml
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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