aboutsummaryrefslogtreecommitdiff
path: root/tools/ootx_decode/Makefile
blob: 2c0d01aa733b348c55bf06b5cf63ef8298e2e914 (plain)
1
2
3
4
5
6
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

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