make
This will compile projects that need it, and make sure that scripted language projects are executable before running each to print their greeting.
make build
This will just compile or set script permissions.
make clean
This will clean up any compilation products in the language directories.
The wibble directory is for a non-existent wibble language to demonstrate failure when a language isn't supported on the platform.