Skip to content

Commit 02a9f38

Browse files
andportnoysergio-carlavilla
authored andcommitted
Warn users that 'make run' should be used on subdirectories
PR: 269540
1 parent 15d6d76 commit 02a9f38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ SUBDIR+= website
1818

1919
SUBDIR_PARALLEL= yes
2020

21+
run:
22+
@(echo The 'run' target is only valid in a subdirectory; exit 1)
23+
2124
.include <bsd.subdir.mk>

0 commit comments

Comments
 (0)