From 6df2b90fcc0ce97ad174c7a680b7e92f7e46a68c Mon Sep 17 00:00:00 2001 From: carsten <> Date: Tue, 3 Jun 2008 13:11:43 +0000 Subject: adding a makefile for compiling compress and hexout --- src/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Makefile (limited to 'src') diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 0000000..8de6d8b --- /dev/null +++ b/src/Makefile @@ -0,0 +1,7 @@ +all: decompress hexout + +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 -- cgit v1.2.3