X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=Makefile.am;h=489fedf3042ec225e5024344a98985a035d4d0fd;hb=b18d5b572992debb04a7851e43143711319243a0;hp=6f0f687d0898b0344dd535e18a2cfecbeff6b846;hpb=0384469e00910ae2b7d32740945d25c80babbcae;p=tinc diff --git a/Makefile.am b/Makefile.am index 6f0f687d..489fedf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,11 @@ EXTRA_DIST = COPYING.README README.android SECURITY.md @CODE_COVERAGE_RULES@ +.PHONY: extra +extra: + $(MAKE) -C $(srcdir)/src extra + $(MAKE) -C $(srcdir)/test extra + # If git describe works, force autoconf to run in order to make sure we have the # current version number from git in the resulting configure script. configure-version: