Sort HDR in Makefile

This commit is contained in:
sin 2014-11-13 18:20:51 +00:00
parent eee98ed3a4
commit 2c7516c716
1 changed files with 11 additions and 1 deletions

View File

@ -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 \