14 lines
166 B
Plaintext
14 lines
166 B
Plaintext
#
|
|
# Test file to see if -k still works
|
|
#
|
|
.MAKEFLAGS: -k
|
|
|
|
a : b c d
|
|
: nope -- this shouldn't have been executed
|
|
b :
|
|
: innocuous
|
|
c :
|
|
false
|
|
d :
|
|
: should be executed
|