1
0
Files
irix-657m-src/eoe/cmd/pmake/tests/tab.test
2022-09-29 17:59:04 +03:00

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