10 lines
233 B
Makefile
10 lines
233 B
Makefile
|
# $NetBSD: opt-debug-graph2.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
|
||
|
#
|
||
|
# Tests for the -dg2 command line option, which prints the input
|
||
|
# graph after making everything, or before exiting on error.
|
||
|
|
||
|
# TODO: Implementation
|
||
|
|
||
|
all:
|
||
|
@:;
|