aboutsummaryrefslogtreecommitdiff
path: root/hmap/Makefile
blob: dc52ab314387cd2f006a9b0cdd2721fd8b0341a5 (plain)
1
2
3
4
5
6
7
8
9
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