X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fbig-data-ipc-examples.git;a=blobdiff_plain;f=makefile;h=182b49476c24208eabd606b3ac6a6037fbbc1d28;hp=3449e4e1ce468e53d07903301587f3fb718233ea;hb=fa5431e871343365874fee6f3385489cb5342d0b;hpb=8052d757a202baa6959e001ac9d1e152a941214c diff --git a/makefile b/makefile index 3449e4e..182b494 100755 --- a/makefile +++ b/makefile @@ -52,7 +52,12 @@ help: @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 + clean:: @echo "#" - @echo "# Cleaning host_$(HOSTOS) examples..." + @echo "# Cleaning host_bios examples..." $(MAKE) -C host_bios/simple_buffer_example clean