aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/Makefile
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-10 06:54:58 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-10 06:54:58 -0500
commit9ac3cddf749366f81540aac549ac7583602b7170 (patch)
tree606fa3d8c650bbbb23133cbe91a238bbc28b62ae /tools/ootx_decode/Makefile
parent917a7f7754e47567bf9102b6c26b6649ae6b28dd (diff)
downloadlibsurvive-9ac3cddf749366f81540aac549ac7583602b7170.tar.gz
libsurvive-9ac3cddf749366f81540aac549ac7583602b7170.tar.bz2
crc check decoded data
Diffstat (limited to 'tools/ootx_decode/Makefile')
-rw-r--r--tools/ootx_decode/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ootx_decode/Makefile b/tools/ootx_decode/Makefile
index f72cbb5..2c0d01a 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
+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
- gcc -Wall ootx_decode.c ootx_decoder.c -o ootx_decode \ No newline at end of file
+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