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