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)/$@"