summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-11-21 16:21:15 +0100
committerLinus Nordberg <linus@nordberg.se>2014-11-21 16:21:15 +0100
commitc37d4f6005c09378e2611886d8c9dcccecd8aa1e (patch)
tree01390c58675ebd6d5567823593b375f915e95893 /Makefile
parentbd098e40e87f5c27813853815d918b59318a95cd (diff)
mkdir test/ebin for building to work properly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1eb9b52..3ec6fdb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ build all:
(cd c_src && make all)
mkdir -p priv
cp c_src/fsynchelper priv/
+ mkdir -p test/ebin
./make.erl
clean:
(cd c_src && make clean)