burger-game: main.cpp mkdir -p ./out g++ main.cpp -o ./out/burger-game -lraylib -lm ./out/burger-game clean: rm -rf ./out