Warn users that 'make run' should be used on subdirectories

PR:             269540
This commit is contained in:
Andrey Portnoy 2023-02-17 16:30:44 +01:00 committed by Sergio Carlavilla Delgado
parent 15d6d76b0f
commit 02a9f38f18
1 changed files with 3 additions and 0 deletions

View File

@ -18,4 +18,7 @@ SUBDIR+= website
SUBDIR_PARALLEL= yes
run:
@(echo The 'run' target is only valid in a subdirectory; exit 1)
.include <bsd.subdir.mk>