]> git.lizzy.rs Git - nothing.git/blobdiff - levels/Makefile
(#608) Implement (send) function
[nothing.git] / levels / Makefile
index f45b74b9386305936560762972e77d027bdb386e..20ccd2a4fe4beb42c74cabfd79a73d79370d9d7d 100644 (file)
@@ -3,8 +3,10 @@ TXTS=$(SVGS:.svg=.txt)
 
 all: $(TXTS)
 
-%.txt: %.svg
-       xqilla ../devtools/svg2rects.xqe -i $< -o $@
+.SECONDEXPANSION:
+
+%.txt: %.svg $$(shell python3 ../devtools/scripts_of_svg.py $$*.svg)
+       python3 ../devtools/svg2rects.py $< $@
 
 .PHONY: clean watch