From 4382c2acf0a893eb4b96c3465af73523560a4815 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 14 Aug 2012 08:58:50 -0400 Subject: This repo is now about ponies. --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3