summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRemy Noulin <loader2x@gmail.com>2020-12-12 10:07:21 -0500
committerjaseg <git@jaseg.net>2020-12-25 14:46:43 +0100
commit36cce5225b1e703155641e288a31d13b4fc3cb74 (patch)
treeaadd812a7abb73cdc1df99420fc0bbf61993cbf4 /Makefile
parent9efc71de4f4be9c43c0521dd5f627bbdcc82b78a (diff)
downloadlolcat-36cce5225b1e703155641e288a31d13b4fc3cb74.tar.gz
lolcat-36cce5225b1e703155641e288a31d13b4fc3cb74.tar.bz2
lolcat-36cce5225b1e703155641e288a31d13b4fc3cb74.zip
add RGB 24bits color support (default)
Option -8bits is for 256 colors lolcat.c | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f6b3ad..2c0277f 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 -Wno-sign-compare
+CFLAGS ?= -std=c11 -Wall -Wextra -O3 -Wno-sign-compare -lm
DESTDIR ?= /usr/local/bin