I've been using Atmel Studio for so long I forgot how to do this. I'm trying to re-learn how to compile AVR code from the windows command line. I remember using mfile, the make file generator that comes with WINAVR and it was pretty simple, but that's about it. The reason that I am asking is that I am trying to figure out how to turn a Raspberry PI into an AVR compiling and programming station. I've found a ton of tutorials on programming an AVR with the PI, but very little on actual code compilation. Has anyone done this or have some links that might point me in the right direction?
Edited title to more accurately reflect the goal of compiling AVR code in Raspberian