aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 810c76295f3cbce81ec54ccb3a85047299c886a8 (plain) (blame)
1
2
3
4
CFLAGS ?= -O3 -march=native
all: hashtable linearprobe
hashtable:
linearprobe: