forked from berachain/beacon-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
executable file
·33 lines (26 loc) · 1.03 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/usr/bin/make -f
include build/scripts/build.mk
include build/scripts/codegen.mk
include build/scripts/constants.mk
include build/scripts/devtools.mk
include build/scripts/linting.mk
include build/scripts/protobuf.mk
include build/scripts/release.mk
include build/scripts/testing.mk
include contracts/Makefile
include kurtosis/Makefile
include build/scripts/help.mk
# Specify the default target if none is provided
.DEFAULT_GOAL := build
ROOT_DIR := $(shell pwd)
##############################################################################
### Dependencies ###
###############################################################################
.PHONY: clean format lint \
buf-install buf-lint-fix buf-lint proto-clean \
test-unit test-unit-cover test-forge-cover test-forge-fuzz \
forge-snapshot forge-snapshot-diff \
test-e2e test-e2e-no-build \
forge-lint-fix forge-lint golangci-install golangci golangci-fix \
license license-fix \
gosec golines tidy repo-rinse proto build