CFLAGS=$(shell pkg-config fuse --cflags)
LDLIBS=$(shell pkg-config fuse --libs)
fusegit: fusegit.o
clean:
	rm -f fusegit *.o
