Browse Source

remove mix.exs

Namdak Tonpa 6 years ago
parent
commit
b584132341
3 changed files with 1 additions and 17 deletions
  1. 1 1
      include/mad.hrl
  2. BIN
      mad
  3. 0 16
      mix.exs

+ 1 - 1
include/mad.hrl

@@ -1 +1 @@
--define(VERSION,"fa229b").
+-define(VERSION,"b02456").

BIN
mad


+ 0 - 16
mix.exs

@@ -1,16 +0,0 @@
-defmodule MAD.Mixfile do
-  use Mix.Project
-
-  def project do
-    [app: :mad,
-     version: "4.10.0",
-     description: "Small and fast rebar replacement",
-     package: package]
-  end
-
-  defp package do
-    [files: ~w(c_src doc include priv src LICENSE package.exs README.md rebar.config),
-     licenses: ["MIT"],
-     links: %{"GitHub" => "https://github.com/synrc/mad"}]
-   end
-end