From 28e66f99b3c7c67bd623c45aa9d2bd4a007c688e Mon Sep 17 00:00:00 2001 From: Alice Date: Wed, 21 Mar 2018 12:12:15 +0100 Subject: [PATCH] Edited the name of overunder recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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