aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-16 21:55:54 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-16 21:55:54 +0000
commit095f16d64f78821b55cde80709991e8546a636c3 (patch)
treec151c6765ee12839a305fa2a4dd42e7be51890c2
parent25911d32e1040277afe766213806a9fc52910b79 (diff)
downloadrtmux-095f16d64f78821b55cde80709991e8546a636c3.tar.gz
rtmux-095f16d64f78821b55cde80709991e8546a636c3.tar.bz2
rtmux-095f16d64f78821b55cde80709991e8546a636c3.zip
clean-all target to clean configure stuff too.
-rw-r--r--GNUmakefile5
-rw-r--r--Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bdbcaa94..a8bb0f49 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.103 2009-05-15 12:57:36 nicm Exp $
+# $Id: GNUmakefile,v 1.104 2009-05-16 21:55:54 nicm Exp $
.PHONY: clean
@@ -49,6 +49,9 @@ depend: $(SRCS)
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/tmux
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/