commit 2c7516c7160a0af4f1c6bbbc53e21fdb70810563 parent eee98ed3a446d1c84e7adc4ce084ec880cc8a669 Author: sin <sin@2f30.org> Date: Thu, 13 Nov 2014 18:20:51 +0000 Sort HDR in Makefile Diffstat:
M | Makefile | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -3,7 +3,17 @@ include config.mk .POSIX: .SUFFIXES: .c .o -HDR = crypt.h fs.h text.h md5.h sha1.h sha256.h sha512.h util.h arg.h +HDR = \ + arg.h \ + crypt.h \ + fs.h \ + md5.h \ + sha1.h \ + sha256.h \ + sha512.h \ + text.h \ + util.h + LIB = \ util/agetcwd.o \ util/agetline.o \