spotify_playlist_covers/Makefile

10 lines
146 B
Makefile
Raw Normal View History

2022-04-24 02:44:12 +00:00
TARGET_DIR=./out
SRC_DIR=./src
all:
mkdir -p out
make $(shell ls src)
$(shell ls src):
inkscape -C -o "$(TARGET_DIR)/$@.png" "$(SRC_DIR)/$@"