summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5765cb..730d0ef 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,17 @@ include config.mk
.POSIX:
.SUFFIXES: .c .o
-HDR = arg.h config.h nodes.h readpassphrase.h util.h
+HDR = \
+ arg.h \
+ config.h \
+ nodes.h \
+ readpassphrase.h \
+ util.h
+
LIB = \
eprintf.o \
readpassphrase.o
+
SRC = \
ratox.c