From 9fb74ad5486526f3d4c674bc6a34274ea0343b83 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 15 Feb 2019 18:55:12 +0300 Subject: [PATCH] make docs... Signed-off-by: Alex A. Naanou --- ui (gen4)/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ui (gen4)/Makefile b/ui (gen4)/Makefile index a82d0806..fdcf2c9c 100755 --- a/ui (gen4)/Makefile +++ b/ui (gen4)/Makefile @@ -96,6 +96,14 @@ # load the depending features... # # +# Examples: +# # full build... +# make clean dist +# +# # build for darwin... (XXX needs testing) +# export TARGET_OS=darwin && make clean dist +# +# # #---------------------------------------------------------------------- #