diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-09-19 14:02:27 +0300 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-09-19 14:02:27 +0300 |
commit | 1d285e6fada841b6959b6516aca1c84d1a2c9b93 (patch) | |
tree | 3ec8c8df19fd8f21047cb55051c03da6d6de1980 /mix.exs | |
parent | 924d7e6aa60095e27c15b4a5f473a192ab2b42ef (diff) | |
download | pleroma-1d285e6fada841b6959b6516aca1c84d1a2c9b93.tar.gz pleroma-1d285e6fada841b6959b6516aca1c84d1a2c9b93.zip |
moving to separate dir
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ defmodule Pleroma.Mixfile do end # Specifies which paths to compile per environment. + defp elixirc_paths(:benchmark), do: ["lib", "benchmarks"] defp elixirc_paths(:test), do: ["lib", "test/support"] defp elixirc_paths(_), do: ["lib"] |