all: capture
bin:
mkdir -p bin
capture: bin capture.c
gcc capture.c -o bin/capture
clean:
rm -Rf bin