Why does Make show an error at the first line of Makefile?
This error typically appears when your make utility doesn’t understand the include directive. You may want to try using another version of make. Alternatively, you may be using the wrong version of the Makefile. Did you download the Unix version of Amulet, or the Windows 95/NT version? The Windows 95/NT version has a slightly different makefile, which uses “!include” as the include directive. You need the Unix version, which uses “include” as the include directive.