summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-08-15 09:29:07 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-08-15 09:29:07 -0700
commitfc66fb9eae7f3a880a6ab59bbeaea8011bf99588 (patch)
treea3f064309f870d570779917a9dd1ce0666a43a2d /Makefile
parentefad1f07a6589170a5e8e262c46b3dfced0580ab (diff)
downloadrvi_core-fc66fb9eae7f3a880a6ab59bbeaea8011bf99588.tar.gz
Completed build documentation. Commented out unused target in Makefile
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile25
1 files changed, 12 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index dd52378..c8d7fbb 100644
--- a/Makefile
+++ b/Makefile
@@ -23,19 +23,18 @@ recomp:
./rebar compile skip_deps=true
-target_backend:
- ERL_LIBS=$(PWD)/deps:$(ERL_LIBS) \
- $(SETUP_GEN) $(NAME) priv/backend.config setup -pz $(PWD)/ebin \
- -target rel_backend -vsn 0.1
-
-target_device:
- ERL_LIBS=$(PWD)/deps:$(ERL_LIBS) \
- $(SETUP_GEN) $(NAME) priv/setup_device.config setup -pz $(PWD)/ebin \
- -target rel_device -vsn 0.1
-
-
-doc:
- ./REBAR_DOC=1 ./rebar skip_deps=true get-deps doc
+# target_backend:
+# ERL_LIBS=$(PWD)/deps:$(ERL_LIBS) \
+# $(SETUP_GEN) $(NAME) priv/backend.config setup -pz $(PWD)/ebin \
+# -target rel_backend -vsn 0.1
+
+# target_device:
+# ERL_LIBS=$(PWD)/deps:$(ERL_LIBS) \
+# $(SETUP_GEN) $(NAME) priv/setup_device.config setup -pz $(PWD)/ebin \
+# -target rel_device -vsn 0.1
+
+# doc:
+# ./REBAR_DOC=1 ./rebar skip_deps=true get-deps doc
clean:
./rebar clean