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 aa66bfd..d665f7d 100644 --- a/rebar.config +++ b/rebar.config @@ -8,7 +8,7 @@ ]}. {pre_hooks, - [{"", compile, "escript c_src/eNpc compile"}]}. + [{"", compile, "eNpc compile"}]}. {post_hooks, - [{"", clean, "escript c_src/eNpc clean"}]}. \ No newline at end of file + [{"", clean, "eNpc clean"}]}. \ No newline at end of file