aboutsummaryrefslogtreecommitdiff
path: root/testcase/colon_ws_in_target.mk
blob: 2b6295dabf92c27a0ab4ed246dcfdd0c62863ae5 (plain)
1
2
3
4
5
6
7
8
9
10
# TODO(c): Fix

test: a\ b
	echo $@ / $<

a\ b: a\:b
	echo $@ / $<

a\\\:b:
	echo a\\\:b $@