10 lines
235 B
Makefile
10 lines
235 B
Makefile
# $NetBSD: deptgt-error.mk,v 1.3 2020/11/15 20:20:58 rillig Exp $
|
|
#
|
|
# Tests for the special target .ERROR in dependency declarations, which
|
|
# collects commands that are run when another target fails.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|