CC?=gcc
CFLAGS+=-Wall -Werror -std=gnu11 -Og -g

ifdef DEBUG
CFLAGS+=-DHMAP_DEBUG
endif

all:
	$(CC) $(CFLAGS) -o hmap-test hmap-test.c hmap.c