diff options
author | ara.t.howard <ara.t.howard@gmail.com> | 2020-09-15 13:20:49 -0600 |
---|---|---|
committer | jaseg <git@jaseg.net> | 2020-11-22 12:58:11 +0100 |
commit | 5b97d040b303a8e4761ed76661ab880fbcd099fb (patch) | |
tree | d9c55761b55e50883eb066ae6f293a41cfad4444 /Makefile | |
parent | 931f28e08d16ff5838e3b48cae6e272940a37791 (diff) | |
download | lolcat-5b97d040b303a8e4761ed76661ab880fbcd099fb.tar.gz lolcat-5b97d040b303a8e4761ed76661ab880fbcd099fb.tar.bz2 lolcat-5b97d040b303a8e4761ed76661ab880fbcd099fb.zip |
Update Makefile
-Wno-sign-compare
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |