mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Delete backup files in the compat directory, as well.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
# $Id: GNUmakefile,v 1.115 2009-09-20 19:01:01 nicm Exp $
 | 
			
		||||
# $Id: GNUmakefile,v 1.116 2009-09-20 22:06:34 tcunha Exp $
 | 
			
		||||
 | 
			
		||||
.PHONY: clean
 | 
			
		||||
 | 
			
		||||
@@ -48,7 +48,7 @@ depend: 	$(SRCS)
 | 
			
		||||
		$(CC) $(CPPFLAGS) $(CFLAGS) -MM $(SRCS) > .depend
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
		rm -f tmux *.o *~ *.core *.log compat/*.o
 | 
			
		||||
		rm -f tmux *.o *~ *.core *.log compat/*.o compat/*~
 | 
			
		||||
 | 
			
		||||
clean-depend:
 | 
			
		||||
		rm -f .depend
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user