From c37d4f6005c09378e2611886d8c9dcccecd8aa1e Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 21 Nov 2014 16:21:15 +0100 Subject: mkdir test/ebin for building to work properly. --- Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.1