
Makefiles aren't necessary. They're just scripts that pass off flags and other options to the compiler. This is very much so compilable.I don't think its currently compilable as there isn't a makefile, Someone correct me if I'm wrong.

//Build with: gcc -o darctool darctool.c utils.c -liconv
Taken from inside darctool.c