put images in subdir

This commit is contained in:
Rhiannon Morris 2020-07-03 20:14:54 +02:00
parent d4b1ee472b
commit 33ca8d7f40
11 changed files with 17 additions and 14 deletions

View file

@ -1,11 +1,12 @@
FONTS = $(shell find fonts -type f)
CSS = style.css
PAGES = index.html
IMAGES = \
mlem.gif mlem_static.png icon.png \
niss_uwu_bg_dim.png niss_uwu_bg.png \
star_small.png sparkles_large.png niss_wave_large.png \
shortcake_large.png
IMAGES = $(patsubst %,images/%, \
mlem.gif mlem_static.png icon.png \
niss_uwu_bg_dim.png niss_uwu_bg.png \
star_small.png sparkles_large.png niss_wave_large.png \
shortcake_large.png \
)
BUILDDIR ?= _build
TMPDIR ?= _tmp