Don't use git submodule

This commit is contained in:
Sean Hinde
2023-01-13 16:11:18 +01:00
parent bf0ab982e7
commit 68e9605c92
6 changed files with 26 additions and 13 deletions
+12
View File
@@ -0,0 +1,12 @@
REBAR3 ?= $(shell test -e `which rebar3` 2>/dev/null && which rebar3 || echo "./rebar3")
all: compile
compile:
${REBAR3} compile
clean:
${REBAR3} clean
test: compile
${REBAR3} eunit