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