make docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-02-15 18:55:12 +03:00
parent 86b1793572
commit 9fb74ad548

View File

@ -96,6 +96,14 @@
# load the depending features... # load the depending features...
# #
# #
# Examples:
# # full build...
# make clean dist
#
# # build for darwin... (XXX needs testing)
# export TARGET_OS=darwin && make clean dist
#
#
# #
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# #