Reformat makefile.
This commit is contained in:
parent
b28e30d743
commit
79231de3c1
1 changed files with 9 additions and 2 deletions
11
Makefile
11
Makefile
|
@ -1,7 +1,14 @@
|
|||
LIB= 9p
|
||||
SHLIB_MAJOR= 1
|
||||
SRCS= pack.c connection.c request.c log.c hashtable.c utils.c transport/socket.c backend/fs.c
|
||||
INCS= lib9p.h fcall.h log.h backend/fs.h
|
||||
SRCS= pack.c \
|
||||
connection.c \
|
||||
request.c log.c \
|
||||
hashtable.c \
|
||||
utils.c \
|
||||
transport/socket.c \
|
||||
backend/fs.c
|
||||
|
||||
INCS= lib9p.h
|
||||
CFLAGS= -g -O0
|
||||
|
||||
LIBADD= sbuf
|
||||
|
|
Loading…
Add table
Reference in a new issue