- A C compiler
- Unix system
- The Makefile has two commands:
make all-> compiles all source files into thebuild/directory, and creates thewire-stormexecutablemake clean-> removes the build directory and its contents
- After running
make all,./build/wire-stormto run the server