aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/Makefile
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-14 06:12:49 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-14 06:12:49 -0500
commit5509a5722af2e00fed5797b038076c0e7b8cc435 (patch)
tree02f60aae9ab858366f24ef8b645508b306af4fa7 /tools/ootx_decode/Makefile
parent712920777d3b914beda78ac381af9541731bc03f (diff)
parentf0e743ccc98397ee011ea10a6068263b5f3dbae7 (diff)
downloadlibsurvive-5509a5722af2e00fed5797b038076c0e7b8cc435.tar.gz
libsurvive-5509a5722af2e00fed5797b038076c0e7b8cc435.tar.bz2
Merge branch 'ootx_decoder_context_cleanup'
Diffstat (limited to 'tools/ootx_decode/Makefile')
-rw-r--r--tools/ootx_decode/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/ootx_decode/Makefile b/tools/ootx_decode/Makefile
index 2c0d01a..9170ac4 100644
--- a/tools/ootx_decode/Makefile
+++ b/tools/ootx_decode/Makefile
@@ -1,7 +1,7 @@
all: ootx_decode hmd_datagen
-hmd_datagen: HMD_Datagen.c crc32.c crc32.h
- gcc -Wall HMD_Datagen.c crc32.c -o hmd_datagen
+hmd_datagen: HMD_Datagen.c
+ gcc -Wall HMD_Datagen.c -lz -o hmd_datagen
-ootx_decode: ootx_decode.c ootx_decoder.c ootx_decoder.h crc32.c crc32.h
- gcc -Wall ootx_decode.c ootx_decoder.c crc32.c -o ootx_decode \ No newline at end of file
+ootx_decode: ootx_decode.c ootx_decoder.c ootx_decoder.h
+ gcc -Wall ootx_decode.c ootx_decoder.c -lz -o ootx_decode