I am trying to write a makefile(stored in Makefile directory) which will compile source files from Source directory, and place the object files and executables in Objects directory. There is just a single C file for now, i intend to use this setup as i go along doing (hopefully) more serious stuff.
So the directory structure is MyPrj which contains Makefile, Source and Objects.
this is the makefile i am trying to get to work with , but it isn't :(