summaryrefslogtreecommitdiff
path: root/c_src/Makefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2016-02-11 07:36:26 +0100
committerMagnus Ahltorp <map@kth.se>2016-02-11 07:36:26 +0100
commit3eff8983036e0ab67fc438125aec867491ef7f25 (patch)
treeefd35c9ea85bd01a883e8874bbea6c80f3f27ab3 /c_src/Makefile
parentfd67538221b7a3226f7d64704b0cfb7f28962db7 (diff)
Free permdb object on error
Diffstat (limited to 'c_src/Makefile')
-rw-r--r--c_src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/Makefile b/c_src/Makefile
index 9a6c0a4..c7e1367 100644
--- a/c_src/Makefile
+++ b/c_src/Makefile
@@ -38,7 +38,7 @@ permdbtest_OBJS = permdb.o arlamath.o hash.o permdbtest.o $(common_OBJS)
all: $(PORTS) $(OTHER_BIN)
clean:
- rm -f $(fsynchelper_OBJS) $(hsmhelper_OBJS) $(permdbport_OBJS) $(permdbso_OBJS) $(permdbtest_OBJS) $(PORTS)
+ rm -f $(fsynchelper_OBJS) $(hsmhelper_OBJS) $(permdbport_OBJS) $(permdbso_OBJS) $(permdbtest_OBJS) $(PORTS) $(OTHER_BIN)
fsynchelper: $(fsynchelper_OBJS)
$(CC) -o fsynchelper $(fsynchelper_OBJS) $(LDFLAGS)