aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27fce16..47ae23c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,11 @@
-
CFLAGS := -Wall -Wextra -pedantic -O2 $(CFLAGS)
LDFLAGS := -lpulse -lm $(LDFLAGS)
pulsemix: pulsemix.o
+install: pulsemix
+ mkdir $(DESTDIR)/usr/bin
+ install -m755 pulsemix $(DESTDIR)/usr/bin/pulsemix
+
clean:
$(RM) pulsemix pulsemix.o