mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
clean-all target to clean configure stuff too.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user