CFLAGS=-Wall $(shell pkg-config --cflags glib-2.0)
LDFLAGS=$(shell pkg-config --libs glib-2.0)
hash: hash.o
clean:
	rm hash *.o
