all:
	gcc ${CFLAGS} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 fatsort.c -o fatsort
clean:
	rm -f fatsort
