diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 13:14:17 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-10 13:34:59 -0600 |
commit | 0f2e5aad098794317601178e1fa6db86cb8aad5c (patch) | |
tree | ce508f9ef2e7447fda89971f5de25a0a3a08907a /Makefile | |
parent | 28025da170fdd77bf12dd4d9cdb663da0ea0679a (diff) |
Integrate pkg/btrfs/Makefile in to Makefile and .build.yml
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |