tBeautify the headers in the Makefile. - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit f32444d59910bf1bb8bb2b72dfc224411745c554
(DIR) parent 7bb6e5328847a85a3fbae0c4247b17e04b9f1ae5
(HTM) Author: pranomostro <pranomestro@gmail.com>
Date: Wed, 10 May 2017 10:05:19 +0200
Beautify the headers in the Makefile.
Diffstat:
M Makefile | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -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