summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2014-01-18 03:58:54 +0100
committerDirk Engling <erdgeist@erdgeist.org>2014-01-18 03:58:54 +0100
commit7f66b38b3dd8602b1532d0e6cda645f771474f94 (patch)
tree26ea137620c35df68612e5fdc7f322522005dfec /src/Makefile
parentf2df25ca202300fe04672703ea7fb30d8431b302 (diff)
remove hexout tool, use xxd. Also automatize export of old issues of Das Telefonbuch in the shell script
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index 8de6d8b..8d1a66d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,7 +1,7 @@
1all: decompress hexout 1all: decompress extractblocks
2 2
3decompress: decompress.c mystdlib.c 3decompress: decompress.c mystdlib.c
4 gcc -O2 -o ../bin/decompress decompress.c mystdlib.c -lz 4 gcc -O2 -o ../bin/decompress decompress.c mystdlib.c -lz
5 5
6hexout: hexout.c 6extractblocks: extractblocks_new.c mystdlib.c
7 gcc -O2 -o ../bin/hexout hexout.c 7 gcc -o ../bin/extractblocks extractblocks_new.c mystdlib.c