Sort HDR in Makefile
This commit is contained in:
parent
eee98ed3a4
commit
2c7516c716
12
Makefile
12
Makefile
|
@ -3,7 +3,17 @@ include config.mk
|
||||||
.POSIX:
|
.POSIX:
|
||||||
.SUFFIXES: .c .o
|
.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 = \
|
LIB = \
|
||||||
util/agetcwd.o \
|
util/agetcwd.o \
|
||||||
util/agetline.o \
|
util/agetline.o \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user