S3: Cannot compile with Makefile (INFO !)
I created this issue in case anyone else has/had the same problem.
The evaluation program could not compile the makefile. The definition part of it was fine when I tested it locally, but after testing it I uncommented the evaluation part, which resulted in a rather weird mistake.
After testing again I got this error:
Makefile:25: *** missing separator. Stop.
Basically the Makefile formatting requires you to indent with a tab after every command(link). But apparently also needs a new line after the end of a command. Yes, even after the last one.:/
After fixing this everything was fine.