diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |