From: Leandro Lucarella Date: Fri, 29 Oct 2010 17:41:31 +0000 (-0300) Subject: Make call to include_subdirs easier to read X-Git-Url: https://git.llucax.com/software/makeit.git/commitdiff_plain/2c3ae410630adfbb6c35a871382bf05624181c9b Make call to include_subdirs easier to read --- diff --git a/Build.mak b/Build.mak index 96bbecb..e167580 100644 --- a/Build.mak +++ b/Build.mak @@ -7,5 +7,10 @@ $I/include/makeit/%.h: $T/%.h $(call install_file) # Include sub-directories makefiles -$(call include_subdirs,subproj lib1 lib2 prog) +$(call include_subdirs, + subproj + lib1 + lib2 + prog +)