Skip to content

Commit

Permalink
Remove echo from setup make target
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexand committed Aug 8, 2024
1 parent a10a5a3 commit 4fa748f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ clean:
.PHONY: setup
setup:
@echo "Running local setup..."
@echo $(SETUP_CMD)
@ $(SETUP_CMD)

############
# Building #
Expand Down

0 comments on commit 4fa748f

Please sign in to comment.