10 lines
225 B
Makefile
10 lines
225 B
Makefile
all: deck.rb cards.xlsx ._graphics_compute_touch layout.yml config.yml
|
|
rake
|
|
|
|
._graphics_compute_touch: graphics.svg
|
|
python extract.py
|
|
touch ._graphics_compute_touch
|
|
|
|
layout.yml: compute_layout.py
|
|
python compute_layout.py
|