xref: /freebsd/usr.bin/bmake/tests/syntax/funny-targets/Makefile.test (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1#
2# PR bin/6612 / GRN r102178
3#
4
5test1: colons::colons::target
6
7colons::colons::target:
8	@echo '${.TARGET}'
9
10test2: exclamation!target
11
12exclamation!target:
13	@echo '${.TARGET}
14