Compare commits

...

2 Commits

Author SHA1 Message Date
Rhiannon Morris 71915ed1ff add an extra --link 2022-08-17 01:22:42 +02:00
Rhiannon Morris bdf38dcfaa make "large" size 3000px 2022-08-17 01:22:27 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ ROOT := https://gallery.niss.website
SMALL := 200
MEDW := 1000
MEDH := 1200
BIG := 2000
BIG := 3000
MAKEPAGES := $(TMPDIR)/make-pages
@ -40,7 +40,7 @@ $(BUILDDIR)/index.html: $(DATADIR)/index.yaml $(MAKEPAGES)
$(BUILDDIR)/%: %
$(call copy)
$(call copy,--link)
$(BUILDDIR)/%: $(TMPDIR)/%
$(call copy,--link)