aboutsummaryrefslogblamecommitdiff
path: root/utils/bench/Makefile
blob: e7d2f3a124c2f7a2d39ef3e29f6929cdba6e0c67 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                   
all:	hash

hash:	hash.c
	gcc -O3 -mavx2 -march=native -I../../include -o hash hash.c

clean:
	rm -f hash