diff --git a/makefile b/makefile index 577b443..d760d0b 100644 --- a/makefile +++ b/makefile @@ -13,4 +13,7 @@ prove: compile clean: ./rebar clean - ./priv/backends.escript clean \ No newline at end of file + ./priv/backends.escript clean + +package: compile + ./rebar install target=. \ No newline at end of file