diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2014-01-18 03:58:54 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2014-01-18 03:58:54 +0100 |
commit | 7f66b38b3dd8602b1532d0e6cda645f771474f94 (patch) | |
tree | 26ea137620c35df68612e5fdc7f322522005dfec /src/Makefile | |
parent | f2df25ca202300fe04672703ea7fb30d8431b302 (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/Makefile | 6 |
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 @@ | |||
1 | all: decompress hexout | 1 | all: decompress extractblocks |
2 | 2 | ||
3 | decompress: decompress.c mystdlib.c | 3 | decompress: 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 | ||
6 | hexout: hexout.c | 6 | extractblocks: extractblocks_new.c mystdlib.c |
7 | gcc -O2 -o ../bin/hexout hexout.c | 7 | gcc -o ../bin/extractblocks extractblocks_new.c mystdlib.c |