From 46285716b6b3c21620ac8e5d5a099c2271f08583 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Tue, 24 Sep 2024 18:20:44 -0500 Subject: rename to pavolctrld --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e56cdd4..c99c777 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ CC = gcc CFLAGS = -Wall LDFLAGS = -lpulse -TARGET = pavold -SOURCES = pavold.c +TARGET = pavolctrld +SOURCES = pavolctrld.c all: $(TARGET) -- cgit v1.2.3