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