summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a905c78..1eb9b52 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build all:
(cd c_src && make all)
mkdir -p priv
cp c_src/fsynchelper priv/
- erl -pa ../lager/ebin -make
+ ./make.erl
clean:
(cd c_src && make clean)
-rm priv/fsynchelper