loaders: BMP: Add sanity check for palette size
[gfxprim.git] / doc / images / Makefile
blob4762f358d4f960a58392a55b9e565fd73c84fc2e
1 SUBDIRS=$(dir $(wildcard */images.txt))
3 TARGETS=$(addsuffix images.txt,$(SUBDIRS))
4 IMGS=$(addsuffix *.png,$(SUBDIRS))
6 all: $(TARGETS)
8 $(TARGETS): ./regen.py
9 @./regen.py
11 clean:
12 rm -f $(TARGETS) $(IMGS)