$ make
$ mkdir bin; g++ --std=c++11 -g -Wall -fsanitize=undefined -fsanitize=address -D_GLIBCXX_DEBUG -o bin/ksicamp-the-game main.cpp util.cpp rooms/*.cpp events/*.cpp
$ bin/ksicamp-the-game
- clang (including
clang-tidy
andclang-format
) - cpplint (
$ pip install --user cpplint
)
Make sure everything is installed with:
$ which clang-tidy clang-format cpplint
$ make lint
$ make fix