aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2024-10-04 21:58:41 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2024-10-04 21:58:41 -0500
commit9b0904a59af7e8c02cd2039a1cd18926bee51e72 (patch)
tree62851da62195d5a45b389722e721bb61205e9d4a /Makefile
parent411c2c65284efabf4d64c6a161bcddebbdc2534d (diff)
downloadpavolctld-9b0904a59af7e8c02cd2039a1cd18926bee51e72.tar.xz
pavolctld-9b0904a59af7e8c02cd2039a1cd18926bee51e72.zip
add command for volume control and change name to pavolctld
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)