aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/dep-double-colon.mk
blob: de4cd9bc9e336f9715a7d190e55878f14abb59d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $NetBSD: dep-double-colon.mk,v 1.3 2020/08/22 12:42:32 rillig Exp $
#
# Tests for the :: operator in dependency declarations.

all::
	@echo 'command 1a'
	@echo 'command 1b'

all::
	@echo 'command 2a'
	@echo 'command 2b'