summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpranomostro <pranomestro@gmail.com>2017-05-10 10:05:19 +0200
committerpranomostro <pranomestro@gmail.com>2017-05-10 10:05:19 +0200
commitf32444d59910bf1bb8bb2b72dfc224411745c554 (patch)
tree21e429d1d98ca0e5d69d591dd8b0d28f721c065c
parent7bb6e5328847a85a3fbae0c4247b17e04b9f1ae5 (diff)
Beautify the headers in the Makefile.
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5765cb..730d0ef 100644
--- 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