Skip to content

Commit

Permalink
Mark the autogenerated lib/src/elixir.app.src as such
Browse files Browse the repository at this point in the history
alco committed Nov 5, 2013
1 parent f65ef1d commit ecd95a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -43,7 +43,9 @@ compile: lib/elixir/src/elixir.app.src erlang elixir

lib/elixir/src/elixir.app.src: src/elixir.app.src
$(Q) rm -rf lib/elixir/src/elixir.app.src
$(Q) cp src/elixir.app.src lib/elixir/src/elixir.app.src
$(Q) echo "%% This file is automatically generated from <project_root>/src/elixir.app.src" \
>lib/elixir/src/elixir.app.src
$(Q) cat src/elixir.app.src >>lib/elixir/src/elixir.app.src

erlang:
$(Q) cd lib/elixir && $(REBAR) compile

0 comments on commit ecd95a8

Please sign in to comment.