Skip to content

Commit 2dcbe1c

Browse files
Set a default value for LOCALHOST
1 parent 55a3042 commit 2dcbe1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ DIST_PREFIX = learnosity_sdk-
5656
SRC_VERSION := $(shell git describe | sed s/^v//)
5757
DIST = $(DIST_PREFIX)$(SRC_VERSION)
5858

59+
LOCALHOST = localhost
60+
5961
COMPOSER = composer
6062
COMPOSER_INSTALL_FLAGS = --no-interaction --optimize-autoloader --classmap-authoritative
6163

0 commit comments

Comments
 (0)