Skip to content

Commit

Permalink
don't have separate detect install
Browse files Browse the repository at this point in the history
  • Loading branch information
ramin committed Feb 21, 2024
1 parent 0f6beb7 commit 7fa04d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,12 @@ deps:

## install: Install all build binaries into the $PREFIX (/usr/local/ by default) directory.
install:
@$(MAKE) detect-install
.PHONY: install

detect-install:
ifeq ($(OS),Darwin)
@$(MAKE) go-install
else
@$(MAKE) install-global
endif
.PHONY: install

install-global:
@echo "--> Installing Celestia"
Expand Down

0 comments on commit 7fa04d3

Please sign in to comment.