Merge branch 'master' of github.com:flynx/ImageGrid

This commit is contained in:
Alex A. Naanou 2019-02-16 04:25:45 +03:00
commit 8bd86afd82

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
#
#
# #
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# #