diff --git a/c_src/eNpc b/c_src/eNpc deleted file mode 100644 index 457b15c..0000000 Binary files a/c_src/eNpc and /dev/null differ diff --git a/c_src/eNpc.cmd b/c_src/eNpc.cmd deleted file mode 100644 index 6c7a1ca..0000000 --- a/c_src/eNpc.cmd +++ /dev/null @@ -1,4 +0,0 @@ -@echo off -setlocal -set rebarscript=%~f0 -escript.exe "%rebarscript:.cmd=%" %* diff --git a/rebar.config b/rebar.config index 17fb9b8..b050eba 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {deps, []}. %{pre_hooks, -% [{"", compile, "escript c_src/eNpc compile"}]}. +% [{"", compile, "eNpc compile"}]}. % %{post_hooks, -% [{"", clean, "escript c_src/eNpc clean"}]}. +% [{"", clean, "eNpc clean"}]}.