From f32444d59910bf1bb8bb2b72dfc224411745c554 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Wed, 10 May 2017 10:05:19 +0200 Subject: Beautify the headers in the Makefile. --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3