put images in subdir
This commit is contained in:
parent
d4b1ee472b
commit
33ca8d7f40
11 changed files with 17 additions and 14 deletions
11
Makefile
11
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue