From ab6dc14c2ea35d6c1a0415dbfafe7dd503c989db Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 2 Aug 2019 13:21:55 -0400 Subject: compile cleanly with warnings reeanbled --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 20b847d..ab09d20 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ default: all -CFLAGS=-g -Wall -Wextra -Wpedantic -Werror -Wno-unused-function -Wno-sign-compare +CFLAGS=-g -Wall -Wextra -Wpedantic -Werror UTILITY=sh SOURCES=alias.c bg.c builtins.c cd.c command.c false.c fc.c fg.c getopts.c \ -- cgit v1.2.1