aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/Makefile
diff options
context:
space:
mode:
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 8be8618..9170ac4 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 crc32.h
- gcc -Wall HMD_Datagen.c crc32.c -o 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 \ No newline at end of file
+ gcc -Wall ootx_decode.c ootx_decoder.c -lz -o ootx_decode