summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-10-01 21:04:56 -0400
committerJakob Kaivo <jkk@ung.org>2019-10-01 21:04:56 -0400
commitca3f8cc530dc04530a60357cf6fb2923555d29a2 (patch)
tree8e6f8e751a6acecc074cdf318033edc2484a2fd0 /Makefile
parent97f5db42e27a6e969006d6b07362b05c2d50ea1f (diff)
remove -Werror so lex/yacc output compiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab09d20..12f6a23 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
default: all
-CFLAGS=-g -Wall -Wextra -Wpedantic -Werror
+CFLAGS=-g -Wall -Wextra -Wpedantic
UTILITY=sh
SOURCES=alias.c bg.c builtins.c cd.c command.c false.c fc.c fg.c getopts.c \