Skip to content

Commit

Permalink
Revert description
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Nov 27, 2024
1 parent f23ac55 commit c3104be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ install-golangci-lint:
lint: install-golangci-lint ## Run linter
golangci-lint run

tidy: ## Tidy Go modules
tidy: ## Add missing and remove unused modules
go mod tidy

format: ## Format Go and Rust code
Expand All @@ -104,7 +104,7 @@ format: ## Format Go and Rust code
$(MAKE) -C starknet/compiler/rust format
gofumpt -l -w .

clean: ## Clean builds
clean: ## Clean project builds
$(MAKE) -C vm/rust clean
$(MAKE) -C core/rust clean
$(MAKE) -C starknet/compiler/rust clean
Expand Down Expand Up @@ -171,5 +171,5 @@ pathfinder: juno-cached ## Run a node to sync from pathfinder feedernode
--metrics-port=9094 \
--disable-l1-verification

test-fuzz: ## run fuzzing script
test-fuzz: ## Run fuzzing script
./scripts/fuzz_all.sh

0 comments on commit c3104be

Please sign in to comment.