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