Sign in
fuchsia
/
third_party
/
murmurhash.c
/
339adb3600c15d3d61320ed729bd5f002f7d7e94
/
.
/
Makefile
blob: 5a87aa95cb838efbd73f997c904265d48ca6564f [
file
]
SRC
=
murmurhash
.
c
CFLAGS
+=
-
std
=
c99
-
Wall
-
I
.
clean
:
rm
-
f test
test
:
$
(
CC
)
test
.
c $
(
SRC
)
$
(
CFLAGS
)
-
o test
./
test
.
PHONY
:
test