10 lines
219 B
Makefile
10 lines
219 B
Makefile
# $NetBSD: varmod-select-words.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
|
#
|
|
# Tests for the :[...] variable modifier, which selects a single word
|
|
# or a range of words from a variable.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|