From 2c3ae410630adfbb6c35a871382bf05624181c9b Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Fri, 29 Oct 2010 14:41:31 -0300 Subject: [PATCH] Make call to include_subdirs easier to read --- Build.mak | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +) -- 2.43.0