all: gcc main.c -lraylib run: all ./a.out mpv ./output.mp4 clean: rm -f ./a.out output.mp4