diff options
author | Jordan Wilberding <[email protected]> | 2013-01-25 04:14:05 -0800 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2013-01-25 04:14:05 -0800 |
commit | e29f7fa585670f2bb1aad6060bfa2fe0aeba1cd8 (patch) | |
tree | ccc9c612deac643818f62166c2827c018574f0b6 /Makefile | |
parent | 1a43e62a5ee0ceafb2082a41e632489b48e7f567 (diff) | |
parent | 58f0df46df654f6221aff6534477b5df1076e0fa (diff) | |
download | relx-e29f7fa585670f2bb1aad6060bfa2fe0aeba1cd8.tar.gz relx-e29f7fa585670f2bb1aad6060bfa2fe0aeba1cd8.tar.bz2 relx-e29f7fa585670f2bb1aad6060bfa2fe0aeba1cd8.zip |
Merge pull request #21 from ericbmerritt/next
working towards release upgrades
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ eunit: compile clean-common-test-data $(REBAR) skip_deps=true eunit ct: compile clean-common-test-data + mkdir -p $(CURDIR) logs ct_run -pa $(CURDIR)/ebin \ -pa $(CURDIR)/deps/*/ebin \ -logdir $(CURDIR)/logs \ |