6 lines
78 B
Makefile
6 lines
78 B
Makefile
test:
|
|
echo $(CC)
|
|
echo $(CXX)
|
|
echo $(SHELL)
|
|
|
|
# TODO: Add more builtin vars.
|