update makefile
This commit is contained in:
parent
a272d4786e
commit
18c9542b6f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@
|
|||
CC = cc
|
||||
VERSION = 1.0
|
||||
TARGET = ccc
|
||||
MANPAGE = ccc.1
|
||||
MANPAGE = $(TARGET).1
|
||||
CONF = config.h
|
||||
PREFIX ?= /usr/local
|
||||
BINDIR = $(PREFIX)/bin
|
||||
|
|
Loading…
Reference in a new issue