summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 8de6d8bb02babf126bf8e6008b2bfd6a86e9ac13 (plain)
1
2
3
4
5
6
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