all: hm

hm: hm.c
	gcc -Wall -lsqlite3 -fno-stack-protector `pkg-config --cflags --libs gtk+-2.0` -o hm hm.c
	
clean_all:
	rm -f  hm
