summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85629f6..05ac33f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,9 @@ include config.mk
.POSIX:
.SUFFIXES: .c .o
-HDR = arg.h config.h readpassphrase.h
+HDR = arg.h config.h readpassphrase.h util.h
LIB = \
+ eprintf.o \
readpassphrase.o
SRC = \
ratox.c