summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2015-04-10 10:33:10 +0200
committerMagnus Ahltorp <map@kth.se>2015-04-10 10:33:10 +0200
commit2b28debd52317b25e3bf90aa290838c51d8cf676 (patch)
treec4de114c199f492a74a7fd28310a6b791d14a064 /Makefile
parentca7025237f020718ce90b3aec3e4e00712f6f7d3 (diff)
Add HSM support in sign module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ec6fdb..28d26b0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
build all:
(cd c_src && make all)
mkdir -p priv
- cp c_src/fsynchelper priv/
+ cp c_src/fsynchelper c_src/hsmhelper priv/
mkdir -p test/ebin
+ (cd src && erlc -bber +der src/Dss.asn1 && rm Dss.beam)
./make.erl
clean:
(cd c_src && make clean)