summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorara.t.howard <ara.t.howard@gmail.com>2020-09-15 13:20:49 -0600
committerjaseg <git@jaseg.net>2020-11-22 12:58:11 +0100
commit5b97d040b303a8e4761ed76661ab880fbcd099fb (patch)
treed9c55761b55e50883eb066ae6f293a41cfad4444
parent931f28e08d16ff5838e3b48cae6e272940a37791 (diff)
downloadlolcat-5b97d040b303a8e4761ed76661ab880fbcd099fb.tar.gz
lolcat-5b97d040b303a8e4761ed76661ab880fbcd099fb.tar.bz2
lolcat-5b97d040b303a8e4761ed76661ab880fbcd099fb.zip
Update Makefile
-Wno-sign-compare
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bcc1fd..9f6b3ad 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CC ?= gcc
LOLCAT_SRC ?= lolcat.c
CENSOR_SRC ?= censor.c
-CFLAGS ?= -std=c11 -Wall -Wextra -O3
+CFLAGS ?= -std=c11 -Wall -Wextra -O3 -Wno-sign-compare
DESTDIR ?= /usr/local/bin