SHA256
1
0
forked from pool/elixir

Accepting request 221165 from home:matwey:branches:devel:languages:erlang

OBS-URL: https://build.opensuse.org/request/show/221165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/elixir?expand=0&rev=5
This commit is contained in:
Sascha Peilicke
2014-02-17 09:46:00 +00:00
committed by Git OBS Bridge
parent cdb0bd1b94
commit 869c6ce394
7 changed files with 33 additions and 7 deletions

11
macros.elixir Normal file
View File

@@ -0,0 +1,11 @@
# macros.elixir
#
%elixir_dir %{_prefix}/lib/elixir
%elixir_libdir %{_prefix}/lib/elixir/lib
%__mix %{_bindir}/mix
%mix_compile() \
MIX_ENV=prod %__mix compile \
%{nil}