aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAngelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>2017-06-06 14:22:24 +0200
committerAngelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>2017-06-07 15:01:28 +0200
commit6358e611e09092ad121f4a85e548c0d9411ab09f (patch)
tree1e9ac163ce10ab44402dcce1566b7920afbe1bf1 /Makefile
parentdca773280df13ce3ecc6d306dffd603715cf25a5 (diff)
update applications to use new version libicnet
Change-Id: I4b2381a13cf64488baf83056fc1fa11b359d1147 Signed-off-by: Angelo Mantellini (manangel) <angelo.mantellini@irt-systemx.fr>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index c2b5e20f..e115e137 100644
--- a/Makefile
+++ b/Makefile
@@ -111,16 +111,16 @@ init_depend:
init_qt:
./scripts/init_qt.sh
android_metis:
- ./scripts/compile_androidmetis.sh
+ ./scripts/compile_metisforwarder.sh
android_metis_debug:
- ./scripts/compile_androidmetis.sh DEBUG
+ ./scripts/compile_metisforwarder.sh DEBUG
android_iget:
- ./scripts/compile_androidiget.sh
+ ./scripts/compile_iget.sh
android_iget_debug:
- ./scripts/compile_androidiget.sh DEBUG
+ ./scripts/compile_iget.sh DEBUG
android_viper:
./scripts/compile_androidviper.sh
-android_iget_debug:
+android_viper_debug:
./scripts/compile_androidviper.sh DEBUG
curl-clean:
@@ -262,4 +262,4 @@ install-directories:
@mkdir -p ${DISTILLERY_INSTALL_DIR}/bin
-.PHONY: dependencies \ No newline at end of file
+.PHONY: dependencies