diff --git a/makefile b/makefile
index 3449e4e1ce468e53d07903301587f3fb718233ea..24fed3a6cd0b311442e898c46ee94b221a46b2fe 100755 (executable)
--- a/makefile
+++ b/makefile
# ======== makefile ========
#
-.PHONY: host_bios/simple_buffer_example
+.PHONY: host_bios host_bios/simple_buffer_example
all: host_bios
@echo "make # clean all examples (does not delete them)"
@echo ""
+install_bin::
+ @echo "#"
+ @echo "# Installing host_bios examples..."
+ $(MAKE) -C host_bios/simple_buffer_example install
+
+install_rov::
+ @echo "#"
+ @echo "# Installing host_bios examples..."
+ $(MAKE) -C host_bios/simple_buffer_example install_rov
+
+
clean::
@echo "#"
- @echo "# Cleaning host_$(HOSTOS) examples..."
+ @echo "# Cleaning host_bios examples..."
$(MAKE) -C host_bios/simple_buffer_example clean