summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2016-01-22 10:54:27 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2016-01-22 10:54:27 -0800
commit29a2cc1c51fd80fbec46b6be0be768cdd28cd0e5 (patch)
treee67ce55581452bbf709fac8ef7395e1d252e2159 /Makefile
parentf65c595ef7c325c1a2298c720d9343ad915a8dc9 (diff)
downloadrvi_core-29a2cc1c51fd80fbec46b6be0be768cdd28cd0e5.tar.gz
Now generates debian package on ubuntu 15.10
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6bc1345..3dc8fad 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@ SRC_LIST=BUILD.md \
components \
ebin \
src \
+ deps \
TODO
VERSION=0.5.0
@@ -85,7 +86,7 @@ test: compile escript
# Create a SOURCES tarball for RPM
rpm_tarball: rpmclean clean
tar czf /tmp/rvi_core-$(VERSION).tgz BUILD.md CONFIGURE.md doc \
- LICENSE Makefile README.md rebar rebar.config rel \
+ LICENSE Makefile README.md rebar rebar.config rel deps\
RELEASE.md rpm scripts/setup_gen scripts/rvi \
scripts/rvi.service scripts/rvi.sh \
components priv/config/rvi_sample.config scripts/rvi_instball.sh src \