9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
#
|
|
# Makefile to make sure PMake won't complain about commands following a ;
|
|
#
|
|
.MAKEFLAGS: -n
|
|
a : q
|
|
q ::; ls -l
|
|
q ::;
|
|
: q2
|