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