blob: bb37a9932d79e9ab86366f84596a7629ab2a8ec0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: opt-debug-making.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
#
# Tests for the -dm command line option, which adds debug logging about
# making targets, including modification dates.
# TODO: Implementation
all:
@:;
|