.PHONY: all all: mkdir -p build && cd build && cmake .. && make .PHONY: deps deps: sudo apt-get install libfreetype-dev libsdl2-dev libopengl-dev