Hello, I have written a small app for school that uses a small module (written by me) and crt. It compiles fine with --automake, but I need to have a Makefile. My problem is that I don't know how to tell make to find crt.pas & co.
should I move crt.pas, gpc.pas and all files they depend on into the build directory?
/Mattias Ãstergren