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