summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-09-28 16:42:04 +0200
committerLinus Nordberg <linus@nordu.net>2015-11-11 13:32:37 +0100
commit9b2e72510b33547794207043714f52e16239b3f5 (patch)
tree5e9461b694a4c9c25108e8843122aa42454a1a6f /Makefile
parent90760d10d14c11ee4c99826163c206bbf20a77f6 (diff)
Added permdb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27b2a0d..ce22d20 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
build all:
(cd c_src && make all)
mkdir -p priv
- cp c_src/fsynchelper c_src/hsmhelper priv/
+ cp c_src/fsynchelper c_src/hsmhelper c_src/permdbport priv/
mkdir -p test/ebin
(cd src && erlc -bber +der src/Dss.asn1 && rm Dss.beam)
./make.erl