From 9b0904a59af7e8c02cd2039a1cd18926bee51e72 Mon Sep 17 00:00:00 2001
From: Timmy Keller <tjk@tjkeller.xyz>
Date: Fri, 4 Oct 2024 21:58:41 -0500
Subject: add command for volume control and change name to pavolctld

---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index c99c777..6f50833 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ CC = gcc
 CFLAGS = -Wall
 LDFLAGS = -lpulse
 
-TARGET = pavolctrld
-SOURCES = pavolctrld.c
+TARGET = pavolctld
+SOURCES = pavolctld.c
 
 all: $(TARGET)
 
-- 
cgit v1.2.3