all: build build: gcc -Wall main.c -lobs -lglut -lGL `pkg-config --cflags --libs gtk4` -o main run: build ./main clean: rm main