Monthly Archives: October 2011

How to write multilevel-recursive make file to build java files in sub-directory structure

This is a quick post showing how to write makefile which can build files recursively in sub-directories . When i wanted this info for one of my academic projects, i could not find a quick one online and had to refer to docs . So here it is…. Let me first describe the file structure. [...]

Posted in Programming | Leave a comment