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