summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-18 02:53:32 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-18 02:53:32 (GMT)
commit8bc4bb5f1273566c704d76ab584276bd5774b9d8 (patch)
tree56f23ed9aa210fa52727e1db182a407ff66405f7 /src/Makefile
parentbb7b67030b8af74123a1a0596e9b5e8acfe3e41f (diff)
fixed return code after signal or error
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index bb4a655..d9b8810 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -42,6 +42,7 @@ C_OBJS := log.o \
writer.o \
file_list.o \
sysexec.o \
+ rhmain.o \
rharchive.o
C_SRCS := $(C_OBJS:%.o=%.c)