mirror of
https://github.com/tmux/tmux.git
synced 2024-11-19 02:48:50 +00:00
0.9 here we go.
This commit is contained in:
parent
9d157d723e
commit
22b44cbb2b
@ -1,13 +1,13 @@
|
|||||||
# $Id: GNUmakefile,v 1.82 2009-04-21 20:10:22 nicm Exp $
|
# $Id: GNUmakefile,v 1.83 2009-04-21 20:54:18 nicm Exp $
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
PROG= tmux
|
PROG= tmux
|
||||||
VERSION= 0.8
|
VERSION= 0.9
|
||||||
|
|
||||||
DATE= $(shell date +%Y%m%d-%H%M)
|
DATE= $(shell date +%Y%m%d-%H%M)
|
||||||
|
|
||||||
#FDEBUG= 1
|
FDEBUG= 1
|
||||||
|
|
||||||
META?= \002
|
META?= \002
|
||||||
|
|
||||||
|
6
Makefile
6
Makefile
@ -1,16 +1,16 @@
|
|||||||
# $Id: Makefile,v 1.121 2009-04-21 20:10:22 nicm Exp $
|
# $Id: Makefile,v 1.122 2009-04-21 20:54:18 nicm Exp $
|
||||||
|
|
||||||
.SUFFIXES: .c .o .y .h
|
.SUFFIXES: .c .o .y .h
|
||||||
.PHONY: clean update-index.html upload-index.html
|
.PHONY: clean update-index.html upload-index.html
|
||||||
|
|
||||||
PROG= tmux
|
PROG= tmux
|
||||||
VERSION= 0.8
|
VERSION= 0.9
|
||||||
|
|
||||||
OS!= uname
|
OS!= uname
|
||||||
REL!= uname -r
|
REL!= uname -r
|
||||||
DATE!= date +%Y%m%d-%H%M
|
DATE!= date +%Y%m%d-%H%M
|
||||||
|
|
||||||
#FDEBUG= 1
|
FDEBUG= 1
|
||||||
|
|
||||||
META?= \002 # C-b
|
META?= \002 # C-b
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user