Skip to content

Commit

Permalink
feat: remove start command as it may differ on some systems
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Dec 18, 2023
1 parent c8e1cf7 commit e3d72bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
NAME ?= harp-proxy
VERSION ?= $(shell git describe 2>/dev/null || git rev-parse --short HEAD)
HONCHO ?= $(shell which honcho || echo "honcho")
PRE_COMMIT ?= $(shell which pre-commit || echo "pre-commit")
PYTEST ?= $(shell which pytest || echo "pytest")

Expand All @@ -19,10 +18,7 @@ SED ?= $(shell which gsed || which sed || echo "sed")
########################################################################################################################
# Local development
########################################################################################################################
.PHONY: start install install-frontend install-backend install-ui reference

start: install-frontend install-backend
$(HONCHO) start
.PHONY: install install-frontend install-backend install-ui reference

install: install-frontend install-backend

Expand Down

0 comments on commit e3d72bb

Please sign in to comment.