tClean-up makefile and run hugo with verbose flag - andersdamsgaard.com - my photography webpage
 (HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4b52e271d8b66d03abfb6cc03ffbbf9eb7754601
 (DIR) parent 4b607fcf30b8b3de9f7bc877fe17a00a78862307
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 31 Dec 2018 08:18:35 +0100
       
       Clean-up makefile and run hugo with verbose flag
       
       Diffstat:
         M Makefile                            |       8 +-------
       
       1 file changed, 1 insertion(+), 7 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -4,16 +4,10 @@ DOMAIN=andersdamsgaard.com
        local:
                hugo server -D
        
       -.PHONY: deploy
       -deploy: deploy-fm
       -
       -.PHONY: deploy-gitlab
       -deploy-gitlab: generate-public
       -
        .PHONY: generate-public
        generate-public:
                # generate public/ and remove unprocessed images
       -        hugo
       +        hugo --verbose
                find public \
                        -iname '*.jpg' \
                        -not -iname '*resize*.jpg' \