From e8eaf4660cf343bf0e807e307d679412b24c1840 Mon Sep 17 00:00:00 2001 From: mvoelkel Date: Sat, 13 Feb 2016 20:21:24 +0100 Subject: [PATCH] Removed octoscan --- apps/octonet/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/octonet/Makefile b/apps/octonet/Makefile index f389df7..bcc10c8 100644 --- a/apps/octonet/Makefile +++ b/apps/octonet/Makefile @@ -1,11 +1,10 @@ -all: ddtest octonet octokey ddflash octoscan +all: ddtest octonet octokey ddflash install: all install -m 0755 ddtest $(DESTDIR)/usr/bin install -m 0755 octonet $(DESTDIR)/usr/bin install -m 0755 octokey $(DESTDIR)/usr/bin install -m 0755 ddflash $(DESTDIR)/usr/bin - install -m 0755 octoscan $(DESTDIR)/usr/bin ddflash: ddflash.c $(CC) -o ddflash ddflash.c @@ -19,5 +18,3 @@ octonet: octonet.c octokey: octokey.c $(CC) -o octokey octokey.c -octoscan: octoscan.c - $(CC) -o octoscan octoscan.c