From 5994d52d71816317553d081360980ad6708d295c Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 26 Sep 2014 15:55:40 +0100 Subject: Add eprintf.c --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3