blob: 59328e12d0a5dd3a5781704338c8f77561934610 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: mk39,v 1.1 2015/11/08 10:47:22 espie Exp $
# duplicate target in list, may fuck up groupling
a b c a:
@echo "Did it work"
# wildcards that don't expend to anything, empty target list
*/*.hqueue:
@echo this has no target
|