From 951b00385a9e0d35037452bcea8f9d3d2aa55e76 Mon Sep 17 00:00:00 2001 From: Corwin Brust Date: Sat, 19 Jul 2025 22:00:51 -0500 Subject: [PATCH] Remove debugging "foo" target from Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 42c673f..43067c4 100644 --- a/Makefile +++ b/Makefile @@ -31,10 +31,6 @@ ICECAST_CONFIG_TEMPLATE ?= icecast.xml.template # these targets aren't associated with files .PHONEY: config backup-live-config install foo -foo: - @echo $(ICECAST_CONFIG_TEMPLATE) - false - ## main "entry point" makefile targets config: icecast.xml .env