aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/Makefile
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-11 16:27:57 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-11 16:27:57 -0500
commitaab9f4f1db0dd752a00f3ae67531f1d58b9e2980 (patch)
tree35aa71e054316871ac59dd1146f614c9a9f6727e /tools/ootx_decode/Makefile
parent5c54917eaed3e1c6777e16baec65e63dffa215ce (diff)
downloadlibsurvive-aab9f4f1db0dd752a00f3ae67531f1d58b9e2980.tar.gz
libsurvive-aab9f4f1db0dd752a00f3ae67531f1d58b9e2980.tar.bz2
correctly decodes lighthouse 1 ootx frames
Diffstat (limited to 'tools/ootx_decode/Makefile')
-rw-r--r--tools/ootx_decode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ootx_decode/Makefile b/tools/ootx_decode/Makefile
index 2c0d01a..8be8618 100644
--- a/tools/ootx_decode/Makefile
+++ b/tools/ootx_decode/Makefile
@@ -3,5 +3,5 @@ all: ootx_decode hmd_datagen
hmd_datagen: HMD_Datagen.c crc32.c crc32.h
gcc -Wall HMD_Datagen.c crc32.c -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 \ No newline at end of file