1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2025-03-24 17:00:13 -09:00
rebar/inttest/depplugins/testplugin_mod.erl

7 lines
205 B
Erlang
Raw Normal View History

-module(testplugin_mod).
-compile(export_all).
pre_compile(Config, _) ->
ok = file:write_file("pre.compile", <<"Yadda!">>),
rebar_log:log(info, "Wrote ~p/pre.compile~n", [rebar_utils:get_cwd()]).