[hackers] [sbase] Sort HDR in Makefile || sin
commit 2c7516c7160a0af4f1c6bbbc53e21fdb70810563
Author: sin <sin_AT_2f30.org>
Date: Thu Nov 13 18:20:51 2014 +0000
Sort HDR in Makefile
diff --git a/Makefile b/Makefile
index dd05f52..342570e 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -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 \
Received on Thu Nov 13 2014 - 19:21:23 CET
This archive was generated by hypermail 2.3.0
: Thu Nov 13 2014 - 19:24:14 CET