10 lines
190 B
Makefile
10 lines
190 B
Makefile
# $NetBSD: var-op-expand.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
|
#
|
|
# Tests for the := variable assignment operator, which expands its
|
|
# right-hand side.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|