aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-08-14 08:58:50 -0400
committerDave Reisner <dreisner@archlinux.org>2012-08-14 08:58:50 -0400
commit4382c2acf0a893eb4b96c3465af73523560a4815 (patch)
tree635bd8f5235999e8786860ae358cbb546e1af90a /Makefile
parent33d2495f66f052377794473bc58ce60e79a9be34 (diff)
downloadmirror-ponymix-4382c2acf0a893eb4b96c3465af73523560a4815.tar.gz
mirror-ponymix-4382c2acf0a893eb4b96c3465af73523560a4815.tar.bz2
mirror-ponymix-4382c2acf0a893eb4b96c3465af73523560a4815.zip
This repo is now about ponies.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 1b7df79..973b8c0 100644
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,14 @@ CC = gcc -std=gnu99
CFLAGS := -Wall -Wextra -pedantic -O2 -g -D_REENTRANT $(CFLAGS)
LDFLAGS := -lpulse -lm $(LDFLAGS)
-pulsemix: pulsemix.o
+ponymix: ponymix.o
-install: pulsemix
- install -Dm755 pulsemix $(DESTDIR)/usr/bin/pulsemix
- install -Dm644 pulsemix.1 $(DESTDIR)/usr/share/man/man1/pulsemix.1
+install: ponymix
+ install -Dm755 ponymix $(DESTDIR)/usr/bin/ponymix
+ install -Dm644 ponymix.1 $(DESTDIR)/usr/share/man/man1/ponymix.1
-check: pulsemix
- ./runtests ./pulsemix
+check: ponymix
+ ./runtests ./ponymix
clean:
- $(RM) pulsemix pulsemix.o
+ $(RM) ponymix ponymix.o