.PHONY := all yeet all: build run build: gcc -o depth depth.c gcc -o depth2 depth2.c run: ./depth ./depth2