@@ -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)/$@"
The note is not visible to the blocked user.