diff --git a/Viewer/Makefile b/Viewer/Makefile index 3b83385f..a65e84ac 100755 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -110,6 +110,14 @@ ## # build for darwin... (EXPERIMENTAL) ## $$ TARGET_OS=darwin make clean dist ## +## # run with Devtools started... +## $$ IMAGEGRID_DEBUG=1 make run +## +## # force show the main window... +## $$ IMAGEGRID_FORCE_SHOW=1 make run +## +## +## # # #----------------------------------------------------------------------