Skip to content

Commit

Permalink
build plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperthunk committed Sep 6, 2011
1 parent a7bc74a commit 9e28847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -2,12 +2,12 @@
all: clean build test

clean:
@(rebar clean)
@(./rebar clean)

build:
rebar get-deps compile
@(./rebar get-deps compile)

test:
rebar skip_deps=true ct
@(./rebar skip_deps=true ct)

.PHONY: deps test clean build
2 changes: 1 addition & 1 deletion priv/build/plugins/header_generator.erl
Expand Up @@ -25,7 +25,7 @@
%% @author Tim Watson <watson.timothy@gmail.com>
%% @copyright 2010 Tim Watson.
%%
%% Generates hamcrest.hrl header file during build process.
%% Generates hamcrest.hrl header file during build process. Loaded by rebar.
%% -----------------------------------------------------------------------------
-module(header_generator).
-export([post_compile/2]).
Expand Down

0 comments on commit 9e28847

Please sign in to comment.