mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Don't bother with this.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
# $Id: GNUmakefile,v 1.97 2009-05-13 23:41:58 nicm Exp $
 | 
			
		||||
# $Id: GNUmakefile,v 1.98 2009-05-13 23:43:27 nicm Exp $
 | 
			
		||||
 | 
			
		||||
.PHONY: clean
 | 
			
		||||
 | 
			
		||||
@@ -16,13 +16,11 @@ ifdef FDEBUG
 | 
			
		||||
LDFLAGS+= -rdynamic
 | 
			
		||||
CFLAGS+= -g -ggdb -DDEBUG
 | 
			
		||||
LIBS+= -ldl
 | 
			
		||||
ifeq ($(CC),gcc)
 | 
			
		||||
CFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
 | 
			
		||||
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
 | 
			
		||||
CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
 | 
			
		||||
CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
 | 
			
		||||
endif
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
PREFIX?= /usr/local
 | 
			
		||||
INSTALLDIR= install -d
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user