ratox

FIFO based tox client
git clone git://git.2f30.org/ratox
Log | Files | Refs | README | LICENSE

commit f32444d59910bf1bb8bb2b72dfc224411745c554
parent 7bb6e5328847a85a3fbae0c4247b17e04b9f1ae5
Author: pranomostro <pranomestro@gmail.com>
Date:   Wed, 10 May 2017 10:05:19 +0200

Beautify the headers in the Makefile.

Diffstat:
MMakefile | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -3,10 +3,17 @@ include config.mk .POSIX: .SUFFIXES: .c .o -HDR = arg.h config.h nodes.h readpassphrase.h util.h +HDR = \ + arg.h \ + config.h \ + nodes.h \ + readpassphrase.h \ + util.h + LIB = \ eprintf.o \ readpassphrase.o + SRC = \ ratox.c