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