diff options
author | pranomostro <pranomestro@gmail.com> | 2017-05-10 10:05:19 +0200 |
---|---|---|
committer | pranomostro <pranomestro@gmail.com> | 2017-05-10 10:05:19 +0200 |
commit | f32444d59910bf1bb8bb2b72dfc224411745c554 (patch) | |
tree | 21e429d1d98ca0e5d69d591dd8b0d28f721c065c | |
parent | 7bb6e5328847a85a3fbae0c4247b17e04b9f1ae5 (diff) |
Beautify the headers in the Makefile.
-rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |