commit c157ef7b34c4af4b0d04b03aa5e4f755e08d9b64 parent 58eab45c5b7694859bb7a893edb5cfdbf13eb7e7 Author: William Casarin <jb55@jb55.com> Date: Thu, 13 Jun 2019 09:14:00 -0700 fix clang build Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -DHAVE_LITTLE_ENDIAN -O2 -Ideps -std=c99 -Wall -Wextra -Werror -Wno-unused-variable -Wno-unused-function -Wunreachable-code +CFLAGS=-g -DHAVE_LITTLE_ENDIAN -O2 -Ideps -std=c99 -Wall -Wextra -Werror -Wno-unused-variable -Wno-unused-function DEPS=script.c \ oplookup.c \