From 8308972e81cac37ef3310f10fd977286c3e49d1b Mon Sep 17 00:00:00 2001 From: aASDa213ASD Date: Tue, 20 Jan 2026 10:27:03 +0000 Subject: [PATCH] Makefile: cleaned up unused vars --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 0750fb2..ce29c93 100644 --- a/Makefile +++ b/Makefile @@ -2,16 +2,12 @@ SHELL := /usr/bin/env bash MAKEFLAGS += --no-builtin-rules --warn-undefined-variables -VERBOSE ?= 0 -NO_COLOR ?= 0 - COMPOSE := docker compose -f docker-compose.yml SERVICE ?= hytale-server -CMD ?= list WAIT_TIMEOUT ?= 300 # ---- Targets --------------------------------------------------------------- -.PHONY: build up down restart status logs in update update-hytale-downloader auth attach help +.PHONY: build up down restart status logs in update update-hytale-downloader attach help ##@ Container build: ## Build server docker image