From b43ff07c8612e5c4e381fdc7d8df33fc3eef9ee5 Mon Sep 17 00:00:00 2001 From: Go Johansson Date: Sat, 22 Jan 2022 03:19:57 +0100 Subject: [PATCH] changes --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b8e98f4..391362c 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ htmlmin: installdirs: mkdir -p $(DESTDIR)/ $(DESTDIR)/img + mkdir -p $(DESTDIR)/ $(DESTDIR)/img/grills ifneq (,$(findstring php,$(MODULES))) mkdir -p $(DESTDIR)/includes endif @@ -42,6 +43,7 @@ min-js: copy-img: cp -v $(CURDIR)/static/img/*.png $(CURDIR)/build/img/ + cp -R $(CURDIR)/static/img/grills $(CURDIR)/build/img/ copy-php: ifneq ($(wildcard $(CURDIR)/static/php/.),)