diff --git a/Makefile b/Makefile index 78fea30..2aadf62 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ output/carlandre.txt: ocr/output.txt ## Alice: Creates visual poetry out of a te cat $< | python3 src/carlandre.py > $(@) # cat $(@) > /dev/usb/lp0 -output/overunder.txt: ocr/output.txt ## Alice: An interpreted language that translate simple weaving instructions and creates a weaving pattern on text. +output/overunder: ocr/output.txt ## Alice: An interpreted language that translate simple weaving instructions and creates a weaving pattern on text. python3 src/overunder.py