aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/Makefile
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-10 06:33:38 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-10 06:33:38 -0500
commit917a7f7754e47567bf9102b6c26b6649ae6b28dd (patch)
treeeb45a344935b4fc6f354ebcae1b186f096ab7cc2 /tools/ootx_decode/Makefile
parent29400a2063fc740c3c33d35649d6f6a4504b6745 (diff)
downloadlibsurvive-917a7f7754e47567bf9102b6c26b6649ae6b28dd.tar.gz
libsurvive-917a7f7754e47567bf9102b6c26b6649ae6b28dd.tar.bz2
add initial ootx decoder
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..f72cbb5
--- /dev/null
+++ b/tools/ootx_decode/Makefile
@@ -0,0 +1,7 @@
+all: ootx_decode hmd_datagen
+
+hmd_datagen: HMD_Datagen.c crc32.c
+ gcc -Wall HMD_Datagen.c crc32.c -o hmd_datagen
+
+ootx_decode: ootx_decode.c ootx_decoder.c ootx_decoder.h
+ gcc -Wall ootx_decode.c ootx_decoder.c -o ootx_decode \ No newline at end of file