mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-25 20:04:02 +00:00
Binary-only install target.
This commit is contained in:
parent
3879c89186
commit
17ec1aa2f2
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.7 2007-09-28 22:47:21 nicm Exp $
|
||||
# $Id: Makefile,v 1.8 2007-09-29 21:05:21 nicm Exp $
|
||||
|
||||
.SUFFIXES: .c .o .y .h
|
||||
.PHONY: clean
|
||||
|
|
@ -63,3 +63,6 @@ depend:
|
|||
|
||||
clean:
|
||||
rm -f ${CLEANFILES}
|
||||
|
||||
install: all
|
||||
${INSTALLBIN} ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue