xref: /freebsd/usr.bin/bmake/tests/basic/t2/Makefile.test (revision cfb1e92912b4cf75360b7fbe86197cc29bc212c1)
1#
2# Just a target and a command. No command line targets.
3#
4all:
5	echo hello
6