10 lines
222 B
Makefile
10 lines
222 B
Makefile
# $NetBSD: sh.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
|
#
|
|
# Tests for running shell commands from the targets, or from the != variable
|
|
# assignment operator or the :sh variable modifier.
|
|
|
|
# TODO: Implementation
|
|
|
|
all:
|
|
@:;
|