reorg, add makefile

This commit is contained in:
2022-04-24 03:44:12 +01:00
parent 854277ec5c
commit 9131081a6e
13 changed files with 10 additions and 1 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
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)/$@"