mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-14 04:04:33 +01:00
Don't bother with this.
This commit is contained in:
parent
488a67e5a3
commit
ab5273d9a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user