From 93f44ca841be46cc02f3c95a71c731804fc5fd81 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 16 Jan 2017 07:45:27 +0100 Subject: Add blind-rotate-90, blind-rotate-180, and blind-rotate-270 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 690a3e9..cee5f8c 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,11 @@ BIN =\ blind-transpose\ blind-write-head +SCRIPTS =\ + blind-rotate-90\ + blind-rotate-180\ + blind-rotate-270 + all: $(BIN) %: %.o util.o stream.o -- cgit v1.2.3-70-g09d2