aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/Makefile
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2017-02-14 10:06:23 -0500
committerGitHub <noreply@github.com>2017-02-14 10:06:23 -0500
commit23a202f50fc0f9eb9127bebaf34c48d45776a25c (patch)
treed99f9611314c7a565190570e2c337f8ffc6ae9c3 /tools/ootx_decode/Makefile
parentf782146df94b3b54965c2aed696d49e86870046d (diff)
parent119a205619632076c7b258eaa6c28dd7bcd2c294 (diff)
downloadlibsurvive-23a202f50fc0f9eb9127bebaf34c48d45776a25c.tar.gz
libsurvive-23a202f50fc0f9eb9127bebaf34c48d45776a25c.tar.bz2
Merge pull request #27 from cnlohr/cal_with_ootx
Cal with ootx
Diffstat (limited to 'tools/ootx_decode/Makefile')
-rw-r--r--tools/ootx_decode/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/ootx_decode/Makefile b/tools/ootx_decode/Makefile
new file mode 100644
index 0000000..9170ac4
--- /dev/null
+++ b/tools/ootx_decode/Makefile
@@ -0,0 +1,7 @@
+all: ootx_decode 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
+ gcc -Wall ootx_decode.c ootx_decoder.c -lz -o ootx_decode