all: poc.c fake_fuse.c fake_fuse.h gcc -o poc poc.c fake_fuse.c `pkg-config fuse --cflags --libs` -D_FILE_OFFSET_BITS=64 -g clean: rm poc