Reformat makefile.

This commit is contained in:
Jakub Klama 2016-01-31 23:05:33 +01:00
parent b28e30d743
commit 79231de3c1

View file

@ -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