]> git.lizzy.rs Git - nothing.git/blobdiff - levels/Makefile
Use wrong_argument_type everywhere
[nothing.git] / levels / Makefile
index d0279e77fcdf9024c0abd3112d02ce1f537e1eb3..312e05c1b3457aa76e10acbdf424fad85cec0e3d 100644 (file)
@@ -1,10 +1,11 @@
 SVGS=$(wildcard ./*.svg)
+LISPS=$(wildcard ./*.lisp)
 TXTS=$(SVGS:.svg=.txt)
 
 all: $(TXTS)
 
-%.txt: %.svg
-       xqilla ../scripts/svg2rects.xqe -i $< -o $@
+%.txt: %.svg $(LISPS)
+       python3 ../devtools/svg2rects.py $< $@
 
 .PHONY: clean watch