First off, I would like to say that I am new to ATS, and have been beginning to learn it. I've really been enjoying it so far, and I decided to start a long-term project in order to help me get better at ATS. So, I found the Corange game engine (
https://github.com/orangeduck/Corange) and decided to reimplement it in ATS (
https://github.com/d4v3y5c0n3s/Goldelish-Engine). Unfortunately, I am having issues figuring out how to get the Makefile properly set up. I've looked at examples provided in ATS2-Postiats and ATS-Postiats-contrib. Basically, I'm trying to take Corange's Makefile and make it work with ATS. I'm trying to figure out how Make works, and I'm starting to understand it, but I've been stuck due to having trouble finding answers online. Currently, when I try to call 'make' on the command line I get the following:
Makefile:74: warning: overriding recipe for target 'testall'
Makefile:72: warning: ignoring old recipe for target 'testall'
Makefile:76: warning: overriding recipe for target 'testall'
Makefile:74: warning: ignoring old recipe for target 'testall'
Makefile:78: :/home/d4v3y/ATS2-Postiats/share/atsmake-post.mk: No such file or directory
make: *** No rule to make target ':/home/d4v3y/ATS2-Postiats/share/atsmake-post.mk'. Stop
.
Thank you for any help!