aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/Makefile
diff options
context:
space:
mode:
authorJosh Allen <axlecrusher@gmail.com>2017-02-14 21:04:20 -0500
committerJosh Allen <axlecrusher@gmail.com>2017-02-14 21:04:20 -0500
commit6dbd0f2062f5f519c9b6762874c2e940b0639cbd (patch)
treeb63acb35c625e9ba9b24b7daa24da6842923c614 /tools/ootx_decode/Makefile
parente1e7bfbad7016e29ca3cbb4de2f93d37462ca251 (diff)
downloadlibsurvive-6dbd0f2062f5f519c9b6762874c2e940b0639cbd.tar.gz
libsurvive-6dbd0f2062f5f519c9b6762874c2e940b0639cbd.tar.bz2
fix ootx_decode tool compile
Diffstat (limited to 'tools/ootx_decode/Makefile')
-rw-r--r--tools/ootx_decode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ootx_decode/Makefile b/tools/ootx_decode/Makefile
index 9170ac4..b3b07b4 100644
--- a/tools/ootx_decode/Makefile
+++ b/tools/ootx_decode/Makefile
@@ -3,5 +3,5 @@ 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
+ootx_decode: ootx_decode.c ../../src/ootx_decoder.c ../../src/ootx_decoder.h
+ gcc -Wall ootx_decode.c ../../src/ootx_decoder.c -lz -o ootx_decode -I ../../src/