all: mkdir -p bin gcc -Wall -Werror -static -O2 src/*.c -o bin/chess clean: rm -rf bin