aboutsummaryrefslogtreecommitdiff
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 6f344851..3cfe2ef1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.138 2009-05-16 18:59:50 nicm Exp $
+# $Id: Makefile,v 1.139 2009-05-16 21:55:54 nicm Exp $
.SUFFIXES: .c .o
.PHONY: clean
@@ -53,6 +53,9 @@ depend:
clean:
rm -f tmux *.o .depend *~ *.core *.log compat/*.o
+clean-all: clean
+ rm -f config.h config.mk
+
install: all
${INSTALLDIR} ${DESTDIR}${PREFIX}/bin
${INSTALLBIN} tmux ${DESTDIR}${PREFIX}/bin/