mirror of
https://github.com/nealey/woozle.org.git
synced 2025-01-06 12:00:36 -07:00
6 lines
172 B
Makefile
6 lines
172 B
Makefile
|
PLAIN += $(wildcard xmas/*)
|
||
|
|
||
|
XMAS_IMAGES = $(wildcard xmas/*/*.jpg)
|
||
|
XMAS_IMAGES_SC = $(patsubst %.jpg, %-sm.jpg, $(XMAS_IMAGES))
|
||
|
IMAGES += $(XMAS_IMAGES) $(XMAS_IMAGES_SC)
|