Commit graph

20 commits

Author SHA1 Message Date
jaseg
1212a9cc6c Correct DESTDIR/PREFIX usage in Makefile
Closes #56
2024-07-16 11:43:44 +02:00
jaseg
621b604edd Add CPPFLAGS and LDFLAGS to compiler invocation
Fixes #57
2024-07-16 11:39:09 +02:00
jaseg
8ed4ce20a5 Add --gradient option, allow specification of custom gradients.
Closes #47
2022-11-19 14:24:04 +01:00
jaseg
0039b3f832 Fix linker argument order (fixes #36)
Thanks @elig0n !
2021-01-16 13:21:53 +01:00
Remy Noulin
36cce5225b add RGB 24bits color support (default)
Option -8bits is for 256 colors

lolcat.c | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
2020-12-25 14:46:43 +01:00
ara.t.howard
5b97d040b3 Update Makefile
-Wno-sign-compare
2020-11-22 12:58:11 +01:00
Kian Kasad
931f28e08d set compiler optimization option 2020-11-22 12:55:57 +01:00
Edgar Fouillet
92831e54d8 Makefile: remove -g from default cc command 2019-11-10 16:36:39 +01:00
jaseg
32c34ab174 Remove fmemopen altogether since it just doesn't work.
Closes #9.
2018-07-22 18:39:01 +02:00
jaseg
8e95919c9f Fix make rule order for system-musl builds 2016-11-19 10:28:45 +01:00
jaseg
ce0ee8d538 Fix musl build on various platforms 2016-11-18 10:31:10 +01:00
jaseg
6a73fba1b7 Make static build default
The current glibc seems to have a bug in fmemopen leading to a segfault
on fgetwc. Right now, I don't care enough to fix that problem at the source.
2016-10-27 12:41:14 +02:00
jaseg
74b9fedbf1 Make install dir customizable 2016-09-05 21:22:39 +02:00
jaseg
9f3492f131 Compile dynamically linked executables on MacOS 2016-04-28 22:40:14 +02:00
jaseg
64e25bef9c Add dynamic compilation option 2016-04-28 22:05:39 +02:00
jaseg
bc4fddbb4a Added little censoring script 2015-07-14 22:09:19 +02:00
jaseg
84dc917720 Link statically against musl 2015-07-07 02:49:51 +02:00
jaseg
61d2ff5d2c Added installation instructions and extended the README 2014-10-25 16:51:49 +02:00
jaseg
14b47df452 Fixed --help, also added some randomness. 2014-10-25 16:31:26 +02:00
jaseg
c607661ffa Initial commit 2014-10-24 11:12:03 +02:00