Skip to content

Commit

Permalink
Set a default value for LOCALHOST
Browse files Browse the repository at this point in the history
  • Loading branch information
david-scarratt-lrn authored and sreenivasa-murty-lrn committed Oct 10, 2024
1 parent 55a3042 commit 2dcbe1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ DIST_PREFIX = learnosity_sdk-
SRC_VERSION := $(shell git describe | sed s/^v//)
DIST = $(DIST_PREFIX)$(SRC_VERSION)

LOCALHOST = localhost

COMPOSER = composer
COMPOSER_INSTALL_FLAGS = --no-interaction --optimize-autoloader --classmap-authoritative

Expand Down

0 comments on commit 2dcbe1c

Please sign in to comment.