From cfc61f4fa5a5b2236439ec1ebe416f23e31d8092 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 11 Jun 2020 14:53:23 +0200 Subject: Soo many features added weeee so much efficiencyyyy --- .repos/farbfeld/config.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .repos/farbfeld/config.mk (limited to '.repos/farbfeld/config.mk') diff --git a/.repos/farbfeld/config.mk b/.repos/farbfeld/config.mk new file mode 100644 index 0000000..e13ced3 --- /dev/null +++ b/.repos/farbfeld/config.mk @@ -0,0 +1,18 @@ +# farbfeld version +VERSION = 4 + +# Customize below to fit your system + +# paths +PREFIX = /usr/local +MANPREFIX = $(PREFIX)/share/man + +# flags +CPPFLAGS = -D_DEFAULT_SOURCE +CFLAGS = -std=c99 -pedantic -Wall -Wextra -Os +LDFLAGS = -s +PNG-LDLIBS = -lpng +JPG-LDLIBS = -ljpeg + +# compiler and linker +CC = cc -- cgit v1.2.3