diff options
Diffstat (limited to 'testsuite/sources/library_1/Makefile')
-rw-r--r-- | testsuite/sources/library_1/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/sources/library_1/Makefile b/testsuite/sources/library_1/Makefile index f0c587b..4047099 100644 --- a/testsuite/sources/library_1/Makefile +++ b/testsuite/sources/library_1/Makefile @@ -18,3 +18,8 @@ frobnicate = false build_GPRs = build_testcase.gpr usage_GPRs = testcase.gpr + +submake: + @${MAKE} --directory=${srcdir}/subdir + +build: submake |