diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-10-01 21:04:56 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-10-01 21:04:56 -0400 |
commit | ca3f8cc530dc04530a60357cf6fb2923555d29a2 (patch) | |
tree | 8e6f8e751a6acecc074cdf318033edc2484a2fd0 | |
parent | 97f5db42e27a6e969006d6b07362b05c2d50ea1f (diff) |
remove -Werror so lex/yacc output compiles
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |