diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ BIN ?= murmur SRC = murmurhash.c -CFLAGS += -std=c99 -Wall -I. +CFLAGS += -std=c99 -Wall -I. -DMURMURHASH_WANTS_HTOLE32=1 PREFIX ?= /usr/local MANPREFIX ?= $(PREFIX)/share/man MAN_FILES = $(wildcard man/*.md) |