Makefile文件  |  7行  |  78 B

test:
	echo $(CC)
	echo $(CXX)
	echo $(SHELL)

# TODO: Add more builtin vars.