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
commit0f2e5aad098794317601178e1fa6db86cb8aad5c (patch)
treece508f9ef2e7447fda89971f5de25a0a3a08907a
parent28025da170fdd77bf12dd4d9cdb663da0ea0679a (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