summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/tests/syntax/funny-targets/Makefile.test
blob: 064ab3a9435f435444b1681244b60fb90a354497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$
#
# PR bin/6612 / GRN r102178
#

test1: colons::colons::target

colons::colons::target:
	@echo '${.TARGET}'

test2: exclamation!target

exclamation!target:
	@echo '${.TARGET}
OpenPOWER on IntegriCloud