all: unstaple

unstaple: unstaple.c
	gcc -O2 --std=gnu99 -lssl -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o unstaple unstaple.c
