From 2f639629c22a6a5fc47d2c7f2135f46dd04c43ea Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 5 Apr 2022 17:14:10 -0700 Subject: Fixed Variable not Expanding --- Common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Common.mk') diff --git a/Common.mk b/Common.mk index 160aef9..eb18947 100644 --- a/Common.mk +++ b/Common.mk @@ -148,7 +148,7 @@ test: clean build/kernel.elf @tput setaf 6 2> /dev/null || true; echo Running Tests; tput sgr0 2> /dev/null || true @./tests/run.sh -ifndef $(DISK) +ifndef DISK copy: @tput setaf 1 2> /dev/null || true; echo ERROR: No disk specified!; tput sgr0 2> /dev/null || true else -- cgit v1.2.1