From 7f66b38b3dd8602b1532d0e6cda645f771474f94 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Sat, 18 Jan 2014 03:58:54 +0100 Subject: remove hexout tool, use xxd. Also automatize export of old issues of Das Telefonbuch in the shell script --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 8de6d8b..8d1a66d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ -all: decompress hexout +all: decompress extractblocks decompress: decompress.c mystdlib.c gcc -O2 -o ../bin/decompress decompress.c mystdlib.c -lz -hexout: hexout.c - gcc -O2 -o ../bin/hexout hexout.c +extractblocks: extractblocks_new.c mystdlib.c + gcc -o ../bin/extractblocks extractblocks_new.c mystdlib.c -- cgit v1.2.3