How do I get a list of folders using gnu make
I am trying to develop a recurrsive Makefile to run pandoc on all my markdown files in a multi-level folder structure.
I want my top-level Makefile to be able to determine all folders contained in the root folder without having to hard-code the folders in the Makefile.