aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-09-29 21:05:21 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-09-29 21:05:21 +0000
commit17ec1aa2f20cb57c2342aa6cdd4b6969fcd00800 (patch)
tree41deaed6d87b9b242f9e122ed7287e55efbd7e51
parent3879c89186e4565729448a13cd119fc40ad744ef (diff)
downloadrtmux-17ec1aa2f20cb57c2342aa6cdd4b6969fcd00800.tar.gz
rtmux-17ec1aa2f20cb57c2342aa6cdd4b6969fcd00800.tar.bz2
rtmux-17ec1aa2f20cb57c2342aa6cdd4b6969fcd00800.zip
Binary-only install target.
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 723735c5..5a43d630 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 2007-09-28 22:47:21 nicm Exp $
+# $Id: Makefile,v 1.8 2007-09-29 21:05:21 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean
@@ -63,3 +63,6 @@ depend:
clean:
rm -f ${CLEANFILES}
+
+install: all
+ ${INSTALLBIN} ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}