aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/Makefile
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-14 09:48:27 -0500
committercnlohr <lohr85@gmail.com>2017-02-14 09:48:27 -0500
commit1f760c1341cd170f3cf519b5b01c1fa8c5b9c610 (patch)
treee98ff1c470cbf027c7a7a87496a77fe691b70daf /tools/ootx_decode/Makefile
parent35e08aaa24bd01e6ace453f89ddb73a6bb0508b0 (diff)
parent5509a5722af2e00fed5797b038076c0e7b8cc435 (diff)
downloadlibsurvive-1f760c1341cd170f3cf519b5b01c1fa8c5b9c610.tar.gz
libsurvive-1f760c1341cd170f3cf519b5b01c1fa8c5b9c610.tar.bz2
Merge remote-tracking branch 'axlecrusher/libsurvive/master' into 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